diff options
Diffstat (limited to 'doc/relnotes/1_2_3.rst')
-rw-r--r-- | doc/relnotes/1_2_3.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/relnotes/1_2_3.rst b/doc/relnotes/1_2_3.rst deleted file mode 100644 index fd12fc09c..000000000 --- a/doc/relnotes/1_2_3.rst +++ /dev/null @@ -1,14 +0,0 @@ -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 - |