summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2005-11-29 19:16:21 -0700
committerakuchling <akuchling@rivest.dlitz.net>2005-11-29 19:16:21 -0700
commit1f1909536d0082fc29ba7d53c6226125a7451039 (patch)
tree66e280aa176b9b6bc1fbbbd7f120965a3b8afdf7 /ChangeLog
parent3adc521d6f6b5e674028716b5d3d899b8100c7f6 (diff)
downloadpycrypto-1f1909536d0082fc29ba7d53c6226125a7451039.tar.gz
[project @ akuchling-20051130021621-801cd274a9838593]
[project @ 2005-11-29 18:16:21 by akuchling] Fix 32-bit length limitation in SHA256
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1977955..f4dfafc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
* Fix padding bug in SHA256; this resulted in bad digests whenever
(the number of bytes hashed) mod 64 == 55.
+ * Fix a 32-bit limitation on the length of messages the SHA256 module
+ could hash.
+
2.0.1
=====