diff options
Diffstat (limited to 'doc/relnotes/1_1_3.rst')
-rw-r--r-- | doc/relnotes/1_1_3.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/relnotes/1_1_3.rst b/doc/relnotes/1_1_3.rst new file mode 100644 index 000000000..f8c7fc3fc --- /dev/null +++ b/doc/relnotes/1_1_3.rst @@ -0,0 +1,15 @@ +Version 1.1.3, 2002-11-03 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Added a generic public/private key loading interface +* Fixed a small encoding bug in RSA, RW, and DH +* Changed the PK encryption/decryption interface classes +* ECB supports using padding methods +* Added a function-based interface for library initialization +* Added support for RIPEMD-128 and Tiger PKCS#1 v1.5 signatures +* The cipher mode benchmarks now use 128-bit AES instead of DES +* Removed some obsolete typedefs +* Removed OpenCL support (opencl.h, the OPENCL_* macros, etc) +* Added tests for PKCS #8 encoding/decoding +* Added more tests for ECB and CBC + |