Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and add
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index f597acccbc1265026a15b223476c1f6208c03743..6750bc4435b543205a303afc5a49ab82b92e9631 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,11 @@
 
  Changes between 0.9.2b and 0.9.3
 
+  *) More PKCS#12 integration. Add new pkcs12 directory with Makefile.ssl and
+     modify error routines to work internally. Add error codes and PBE init
+     to library startup routines.
+     [Steve Henson]
+
   *) Further PKCS#12 integration. Added password based encryption, PKCS#8 and
      packing functions to asn1 and evp. Changed function names and error
      codes along the way.