diff options
Diffstat (limited to 'doc/relnotes/1_1_0.txt')
-rw-r--r-- | doc/relnotes/1_1_0.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/relnotes/1_1_0.txt b/doc/relnotes/1_1_0.txt new file mode 100644 index 000000000..09a08860b --- /dev/null +++ b/doc/relnotes/1_1_0.txt @@ -0,0 +1,20 @@ +Version 1.1.0, 2002-09-14 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Added entropy estimation to the RNGs +* Improved the overall design of both Randpool and ANSI_X917_RNG +* Added a separate RNG for nonce generation +* Added window exponentiation support in power_mod +* Added a get_s2k function and the PKCS #5 S2K algorithms +* Added the TLSv1 PRF +* Replaced BlockCipherModeIV typedef with InitializationVector class +* Renamed PK_Key_Agreement_Scheme to PK_Key_Agreement +* Renamed SHA1 -> SHA_160 and SHA2_x -> SHA_x +* Added support for RIPEMD-160 PKCS#1 v1.5 signatures +* Changed the key agreement scheme interface +* Changed the S2K and KDF interfaces +* Better SCAN compatibility for HAVAL, Tiger, MISTY1, SEAL, RC5, SAFER-SK +* Added support for variable-pass Tiger +* Major speedup for Rabin-Williams key generation + + |