summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2010-08-27 00:41:44 -0400
committerDwayne Litzenberger <dlitz@dlitz.net>2010-08-27 00:41:44 -0400
commit724977cbcf5755f08be543b5973ef1cdd90ac660 (patch)
tree666cc632f23e7278b518d031a83b5170cca81269 /ChangeLog
parent6833a7bf18aa2b78798a31afeaad3d0b0f3ae2ed (diff)
downloadpycrypto-724977cbcf5755f08be543b5973ef1cdd90ac660.tar.gz
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 300706c..8075b68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2.3
+===
+ * Fix NameError when attempting to use deprecated getRandomNumber()
+ function.
+
+ * _slowmath: Compute RSA u parameter when it's not given to
+ RSA.construct. This makes _slowmath behave the same as _fastmath in
+ this regard.
+
+ * Make RSA.generate raise a more user-friendly exception message when
+ the user tries to generate a bogus-length key.
+
+
2.2
===