Include pkcs12 program as part of openssl. This completes most of the PKCS#12

integration.
This commit is contained in:
Dr. Stephen Henson
1999-03-29 17:50:26 +00:00
parent 7c0f3d09b3
commit ee0508d411
25 changed files with 758 additions and 61 deletions

View File

@@ -5,6 +5,10 @@
Changes between 0.9.2b and 0.9.3
*) Still more PKCS#12 integration. Add pkcs12 application to openssl
application. Various cleanups and fixes.
[Steve Henson]
*) 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.