aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-12-13 18:21:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-12-13 18:21:51 +0000
commit36f554d43c51796aa0395e6cf087bb3c4ebb730c (patch)
tree444f2358cbc9650a6591df19e29b7922043b4c60 /CHANGES
parent8d28d5f81b81f68a69db1c67e24bcfc092614346 (diff)
downloadopenssl-36f554d43c51796aa0395e6cf087bb3c4ebb730c.tar.gz
Replace the old style OCSP ASN1 module.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 61293a0b9d..fb55d68918 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,9 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Reimplement the OCSP ASN1 module using the new code.
+ [Steve Henson]
+
*) Update the X509V3 code to permit the use of an ASN1_ITEM structure
for its ASN1 operations. The old style function pointers still exist
for now but they will eventually go away.