diff options
Diffstat (limited to 'doc/relnotes/1_1_4.rst')
-rw-r--r-- | doc/relnotes/1_1_4.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/relnotes/1_1_4.rst b/doc/relnotes/1_1_4.rst new file mode 100644 index 000000000..9d74c3ae5 --- /dev/null +++ b/doc/relnotes/1_1_4.rst @@ -0,0 +1,14 @@ +Version 1.1.4, 2002-11-10 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Speedup of 15-30% for PK algorithms +* Implemented the PBES2 encryption scheme +* Fixed a potential bug in decoding RSA and RW private keys +* Changed the DL_Group class interface to handle different formats better +* Added support for PKCS #3 encoded DH parameters +* X9.42 DH parameters use a PEM label of 'X942 DH PARAMETERS' +* Added key pair consistency checking +* Fixed a compatibility problem with gcc 2.96 (pointed out by Hany Greiss) +* A botan-config script is generated at configure time +* Documentation updates + |