Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and add

them to the build environment.
This commit is contained in:
Dr. Stephen Henson
1999-03-28 23:17:34 +00:00
parent cfcefcbe2a
commit 8d8c7266d4
27 changed files with 3302 additions and 2 deletions

View File

@@ -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.