summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2003-02-28 17:26:07 -0700
committerakuchling <akuchling@rivest.dlitz.net>2003-02-28 17:26:07 -0700
commit53bbfc7541a82eb8c47674f7089404bc8bfdcd25 (patch)
treebd36762cd543cccc90107f3e42a674fe19f70ad5 /ChangeLog
parent25baa6ef97a267aaab9b18f9b7675d10863597d9 (diff)
downloadpycrypto-53bbfc7541a82eb8c47674f7089404bc8bfdcd25.tar.gz
[project @ akuchling-20030301002607-a77cb4c379bd8aaa]
[project @ 2003-02-28 16:25:17 by akuchling] [Patch #691897] DES3 en/decryption is broken with a 24-byte key
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f520a5..11c3e92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,7 +30,10 @@
* If the GNU GMP library is available, two C extensions will be
compiled to speed up RSA and DSA operations. (Contributed by
Paul Swartz.)
-
+
+ * DES3 with a 24-byte key was broken; now fixed.
+ (Patch by Philippe Frycia.)
+
1.9alpha4
=========