summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2005-11-29 17:31:36 -0700
committerakuchling <akuchling@rivest.dlitz.net>2005-11-29 17:31:36 -0700
commitb41b1e021bd53772f712335de5c6eb8488fd08c5 (patch)
tree9e7f593aebb2e5d05fa2e6595f3fcdde25837ec3 /ChangeLog
parentd071215050eaa9236f68fe36d318ace33bf8eb61 (diff)
downloadpycrypto-b41b1e021bd53772f712335de5c6eb8488fd08c5.tar.gz
[project @ akuchling-20051130003136-46251f33241838ee]
[project @ 2005-11-29 16:31:36 by akuchling] Fix SHA256 padding bug
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30e325c..1977955 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
+2.0.2
+=====
+
+ * Fix padding bug in SHA256; this resulted in bad digests whenever
+ (the number of bytes hashed) mod 64 == 55.
+
2.0.1
=====