summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2009-11-01 20:59:42 -0500
committerDwayne C. Litzenberger <dlitz@dlitz.net>2009-11-01 20:59:42 -0500
commit76736791fc12bea31b225f0ba790656e5c62dfd9 (patch)
tree532e1b79a40d4ccadd8c62b7005d2b53ccd27b89 /ChangeLog
parent05927c01c80fcf21fd103d166d5fce3da4ae2e51 (diff)
downloadpycrypto-76736791fc12bea31b225f0ba790656e5c62dfd9.tar.gz
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94731b7..8b612a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2.1.0beta1
+==========
+
+ * Modified RSA.generate() to ensure that e is coprime to p-1 and q-1.
+ Apparently, RSA.generate was capable of generating unusable keys.
+
+
2.1.0alpha2
===========