summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
===