This is the beginning of PKCS#12 integration. This just adds the PKCS#12

objects to objects.h

NOTE: during this integration it will not be possible to compile my PKCS#12
program against OpenSSL because there will be conflicts between the external
functionality and that being added to the core code.
This commit is contained in:
Dr. Stephen Henson
1999-03-28 01:00:56 +00:00
parent 2f0eae31af
commit 4b518c2601
3 changed files with 172 additions and 4 deletions

View File

@@ -5,6 +5,11 @@
Changes between 0.9.2b and 0.9.3
*) PKCS12 integration: and so it begins... First of several patches to
slowly integrate PKCS#12 functionality into OpenSSL. Add PKCS#12
objects to object.h
[Steve Henson]
*) Add a new 'indent' option to some X509V3 extension code. Initial ASN1
and display support for Thawte strong extranet extension.
[Steve Henson]