diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2000-03-07 02:03:33 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2000-03-07 02:03:33 +0100 |
commit | 48fe0eec67d2c3b000fe845fd9a8160f3564b5b7 (patch) | |
tree | 184fdb84ea96fb9cbebb7b12073e9233c2f98198 /CHANGES | |
parent | bug fix release planned (diff) | |
download | openssl-48fe0eec67d2c3b000fe845fd9a8160f3564b5b7.tar.xz openssl-48fe0eec67d2c3b000fe845fd9a8160f3564b5b7.zip |
Fix the PKCS#8 DSA code so it works again. All the
broken formats worked but the valid didn't :-(
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ Changes between 0.9.5 and 0.9.5a [XX XXX 2000] + *) Fix the PKCS#8 DSA private key code so it decodes keys again + and fix a memory leak. + [Steve Henson] + *) In util/mkerr.pl (which implements 'make errors'), preserve reason strings from the previous version of the .c file, as the default to have only downcase letters (and digits) in |