diff options
Diffstat (limited to 'doc/relnotes/1_7_7.rst')
-rw-r--r-- | doc/relnotes/1_7_7.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/relnotes/1_7_7.rst b/doc/relnotes/1_7_7.rst new file mode 100644 index 000000000..9934959e0 --- /dev/null +++ b/doc/relnotes/1_7_7.rst @@ -0,0 +1,14 @@ +Version 1.7.7, 2008-06-28 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Remove the global PRNG object +* The PK filter objects were removed +* Add a test suite for the ANSI X9.31 PRNG +* Much cleaner and (mostly) thread-safe reimplementation of es_ftw +* Remove both default arguments to ANSI_X931_RNG's constructor +* Remove the randomizing version of OctetString::change +* Make the cipher and MAC to use in Randpool configurable +* Move RandomNumberGenerator declaration to rng.h +* RSA_PrivateKey will not generate keys smaller than 1024 bits +* Fix an error decoding BER UNIVERSAL types with special taggings + |