summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-08-22 22:20:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-08-22 22:20:25 +0000
commitd096b524afbdc371032d96d22f1686d88bfba0e9 (patch)
tree8682cc9a6ca3c3142f940a30237f3148e69bf498 /CHANGES
parentc9b51693dc8f9f198281a4f8a976cf5e118313b4 (diff)
Add support for 'other' PKCS#7 content types.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 278c98279c..e0120ae153 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) Unrecognized PKCS#7 content types are now handled via a
+ catch all ASN1_TYPE structure. This allows unsupported
+ types to be stored as a "blob" and an application can
+ encode and decode it manually.
+ [Steve Henson]
+
*) Fix various signed/unsigned issues to make a_strex,c
compile under VC++.
[Oscar Jacobsson <oscar.jacobsson@celocom.com>]