summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-04 18:35:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-04 18:35:36 +0000
commit2e8cb108dc88d8b3276757bc95ffa34fdf97c055 (patch)
treeeaa106a4157d7b5033602dbefca31ff00d1f3784 /CHANGES
parent256f9573c5e1e7cbfbc9264aaf52d9600759e795 (diff)
initial support for delta CRL generations by diffing two full CRLs
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a03aa4bbe3..5f84cfd403 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.x and 1.1.0 [xx XXX xxxx]
+ *) New function X509_CRL_diff to generate a delta CRL from the difference
+ of two full CRLs. Add support to "crl" utility.
+ [Steve Henson]
+
*) New options -CRL and -CRLform for s_client and s_server for CRLs.
[Steve Henson]