summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2010-08-02 17:12:17 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2010-08-02 17:14:26 -0400
commitfd52927b19680ff4bd9fc63736c5616872bee38b (patch)
tree22c0a2e0a91a4c34b7c1c963ffa001660d7e3e12 /ChangeLog
parent762dd0770180bee45c0ac9fa1d49ef52d52a0b00 (diff)
downloadpycrypto-fd52927b19680ff4bd9fc63736c5616872bee38b.tar.gz
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9325e0d..300706c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2.2
+===
+
+ * Deprecated Crypto.Util.number.getRandomNumber(), which had confusing
+ semantics. It's been replaced by getRandomNBitInteger and
+ getRandomInteger. (Thanks: Lorenz Quack)
+
+ * Better isPrime() and getPrime() implementations that do a real
+ Rabin-Miller probabilistic primality test (not the phony test we did
+ before with fixed bases). (Thanks: Lorenz Quack)
+
+ * getStrongPrime() implementation for generating RSA primes.
+ (Thanks: Lorenz Quack)
+
+ * Support for importing and exporting RSA keys in DER and PEM format.
+ (Thanks: Legrandin)
+
+ * Fix PyCrypto when floor division (python -Qnew) is enabled.
+
+ * When building using gcc, use -std=c99 for compilation. This should
+ fix building on FreeBSD and NetBSD.
+
+
2.1.0
=====