diff options
Diffstat (limited to 'doc/relnotes/1_2_3.rst')
-rw-r--r-- | doc/relnotes/1_2_3.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/relnotes/1_2_3.rst b/doc/relnotes/1_2_3.rst new file mode 100644 index 000000000..fd12fc09c --- /dev/null +++ b/doc/relnotes/1_2_3.rst @@ -0,0 +1,14 @@ +Version 1.2.3, 2003-05-20 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Fixed a bug that prevented DSA/NR key generation +* Fixed a bug that prevented importing some root CA certs +* Fixed a bug in the BER decoder when handing optional bit or byte strings +* Fixed the encoding of authorityKeyIdentifier in X509_CA +* Added a sanity check in PBKDF2 for zero length passphrases +* Added versions of X509::load_key and PKCS8::load_key that take a file name +* X509_CA generates 128 bit serial numbers now +* Added tests to check PK key generation +* Added a simplistic X.509 CA example +* Cleaned up some of the examples + |