summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-28 01:00:56 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-28 01:00:56 +0000
commit4b518c260151f851d205c065e86c4deb96036f1d (patch)
tree38012fa3d19d3cb1926de1543e18b76aaa238e82 /CHANGES
parent2f0eae31afeb572d80da420c2910e2abb8e2e213 (diff)
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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e02e748595..92021d38fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]