From effdea894643d7180508c8ad7bc1df437b649da8 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 15 Mar 2001 04:45:42 +0000 Subject: [PATCH] audit issues git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13083 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/sha1/ISSUES | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/lib/crypto/sha1/ISSUES diff --git a/src/lib/crypto/sha1/ISSUES b/src/lib/crypto/sha1/ISSUES new file mode 100644 index 000000000..8b7e8a2a1 --- /dev/null +++ b/src/lib/crypto/sha1/ISSUES @@ -0,0 +1,7 @@ +Issues to be addressed for src/lib/crypto/sha1: -*- text -*- + +Assumes int (look for "count") is >= 32 bits. + +Changing the types of internal variables is easy, but shsUpdate takes +an int parameter; changing that could change the ABI on some +platforms. -- 2.26.2