summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-06-05 12:39:10 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-06-05 12:39:10 +0000
commite7871ffaa86581986d65a0cbb88db874a5aeba20 (patch)
tree1c026aa27ce4c2feb8951d0d405b1425eea0e48d /CHANGES
parent8d8a8041ecd1b93e3279a31c404bbde15ba2b710 (diff)
More PKCS#8 stuff. Support for unencrypted forms of private key.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 7605e6d51a..0c6d47cfda 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,8 +6,11 @@
Changes between 0.9.3a and 0.9.4
*) Support for PKCS#5 v1.5 compatible password based encryption algorithms
- and partial PKCS#8 functionality. New 'pkcs8' application linked to
- openssl.
+ and PKCS#8 functionality. New 'pkcs8' application linked to openssl.
+ Needed to change the PEM_STRING_EVP_PKEY value which was just "PRIVATE
+ KEY" because this clashed with PKCS#8 unencrypted string. Since this
+ value was just used as a "magic string" and not used directly its
+ value doesn't matter.
[Steve Henson]
*) Introduce some semblance of const correctness to BN. Shame C doesn't