Initial OCSP server support, using index.txt format.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index c5dffa6280a7cf32b258f5aaaf76b4dbaef93882..b1929cace8fb341b664a70f03d9d6bd4115ed168 100644 (file)
--- a/CHANGES
+++ b/CHANGES
          *) 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]