aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-06 18:43:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-06 18:43:40 +0000
commit0090a686c0620e5f7d72aef2e74f4a0e01c53e3e (patch)
tree9005122bc807212e4ab9ca0956aebc4a74cf3a7a /CHANGES
parentf5a7d5b164aba946ae144fb73fa2e226c26c700d (diff)
downloadopenssl-0090a686c0620e5f7d72aef2e74f4a0e01c53e3e.zip
openssl-0090a686c0620e5f7d72aef2e74f4a0e01c53e3e.tar.gz
openssl-0090a686c0620e5f7d72aef2e74f4a0e01c53e3e.tar.bz2
Add code to download CRLs based on CRLDP extension.
Just a sample, real world applications would have to be cleverer.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c4a7cb4..89dfaf0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.x and 1.1.0 [xx XXX xxxx]
+ *) New option -crl_download in several openssl utilities to download CRLs
+ from CRLDP extension in certificates.
+ [Steve Henson]
+
*) Integrate hostname, email address and IP address checking with certificate
verification. New verify options supporting checking in opensl utility.
[Steve Henson]