audit issues
authorKen Raeburn <raeburn@mit.edu>
Thu, 15 Mar 2001 04:45:42 +0000 (04:45 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 15 Mar 2001 04:45:42 +0000 (04:45 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13083 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/sha1/ISSUES [new file with mode: 0644]

diff --git a/src/lib/crypto/sha1/ISSUES b/src/lib/crypto/sha1/ISSUES
new file mode 100644 (file)
index 0000000..8b7e8a2
--- /dev/null
@@ -0,0 +1,7 @@
+Issues to be addressed for src/lib/crypto/sha1: -*- text -*-
+\f
+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.