diff options
Diffstat (limited to 'doc/relnotes/0_8_4.rst')
-rw-r--r-- | doc/relnotes/0_8_4.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/relnotes/0_8_4.rst b/doc/relnotes/0_8_4.rst new file mode 100644 index 000000000..9b73ca88e --- /dev/null +++ b/doc/relnotes/0_8_4.rst @@ -0,0 +1,17 @@ +Version 0.8.4, 2002-07-14 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Added Nyberg-Rueppel signatures +* Added Diffie-Hellman key exchange (kex interface is subject to change) +* Added KDF2 +* Enhancements to the lookup API +* Many things formerly taking pointers to algorithms now take names +* Speedups for prime generation +* LibraryInitializer has support for seeding the global RNG +* Reduced SAFER-SK128 memory consumption +* Reversed the ordering of public and private key values in DSA constructor +* Fixed serious bugs in MemoryMapping_Allocator +* Fixed memory leak in Lion +* FTW_EntropySource was not closing the files it read +* Fixed line breaking problem in Hex_Encoder + |