aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-07-12 20:41:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-07-12 20:41:51 +0000
commitee306a13321e11b3e4c40960ccacc3dbbe33b9c8 (patch)
tree654003899cf38b00258c5b668f34e1e73c2e69f5 /CHANGES
parent45442167b022f87e20a03ec328d291483ed1dca0 (diff)
downloadopenssl-ee306a13321e11b3e4c40960ccacc3dbbe33b9c8.tar.gz
Initial OCSP server support, using index.txt format.
This can process internal requests or behave like a mini responder. Todo: documentation, update usage info.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c5dffa6280..b1929cace8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,13 @@
*) applies to 0.9.6a/0.9.6b and 0.9.7
+) applies to 0.9.7 only
+ +) Add initial OCSP responder support to ocsp application. The
+ revocation information is handled using the text based index
+ use by the ca application. The responder can either handle
+ requests generated internally, supplied in files (for example
+ via a CGI script) or using an internal minimal server.
+ [Steve Henson]
+
+) Add configuration choices to get zlib compression for TLS.
[Richard Levitte]