projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
900e8d5
)
audit issues
author
Ken Raeburn
<raeburn@mit.edu>
Thu, 15 Mar 2001 04:45:42 +0000
(
04:45
+0000)
committer
Ken 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]
patch
|
blob
diff --git a/src/lib/crypto/sha1/ISSUES
b/src/lib/crypto/sha1/ISSUES
new file mode 100644
(file)
index 0000000..
8b7e8a2
--- /dev/null
+++ b/
src/lib/crypto/sha1/ISSUES
@@ -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.