More PKCS#8 stuff. Support for unencrypted forms of private key.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 7605e6d51a0bb26cd66f57f03a80641abfb6ffb4..0c6d47cfda342ae4f67bdd64a3340a639e7986d2 100644 (file)
--- 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
  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
      [Steve Henson]
 
   *) Introduce some semblance of const correctness to BN. Shame C doesn't