summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-28 16:22:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-28 16:22:53 +0000
commit6f9076ff37049affcc66705dec650b445e290cca (patch)
tree4e39ce7d31b46a1d00d620e134073ecd2d9d9e69 /CHANGES
parent904732f68bcc6ebd3f8961a9272bc811dc26bcbd (diff)
Generalise OCSP I/O functions to support dowloading of other ASN1
structures using HTTP. Add wrapper function to handle CRL download.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 9c8f298d5c..3f6afc8020 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,12 @@
Changes between 1.0.x and 1.1.0 [xx XXX xxxx]
- *) New functions to set lookup_crls function and to retrieve
+ *) Extend OCSP I/O functions so they can be used for simple general purpose
+ HTTP as well as OCSP. New wrapper function which can be used to download
+ CRLs using the OCSP API.
+ [Steve Henson]
+
+ *) New functions to set lookup_crls callback and to retrieve
X509_STORE from X509_STORE_CTX.
[Steve Henson]