summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-02-08 19:36:10 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-02-08 19:36:10 +0000
commit8c950429a9d7f79f3d54386916d7d7121a0fa743 (patch)
tree59fd61dea3687f4eed5b260f2bcf8feb692fe184 /CHANGES
parentc2bf70a27cb5c7fa2072f35fd11ebd431323d9e9 (diff)
Allow various options to be included for signing and verify of
OCSP responses. Documentation to follow... Urgh.. this conflicted with the -VAfile patch I hope I haven't broken it.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4c59e64dbf..c67a1864f8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Additional options to ocsp utility to allow flags to be set and
+ additional certificates supplied.
+ [Steve Henson]
+
*) Add the option -VAfile to 'openssl ocsp', so the user can give the
OCSP client a number of certificate to only verify the response
signature against.