summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-01-11 00:52:50 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-01-11 00:52:50 +0000
commit9b4dc8308f32133ff1bd132e6b2d0321701d0a91 (patch)
tree0cc4d25ace83eba5ed7af3708bcb3e08e7cef613 /CHANGES
parentb93642c5ccf3274e505080768f9ac199b036cc1d (diff)
OCSP basic response verify. Very incomplete
but will verify the signatures on a response and locate the signers certifcate. Still needs to implement a proper OCSP certificate verify. Fix warning in RAND_egd().
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1b028bc758..9324eb6ec7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,11 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Initial code to implement OCSP basic response verify. This
+ is currently incomplete. Currently just finds the signer's
+ certificate and verifies the signature on the response.
+ [Steve Henson]
+
*) New SSLeay_version code SSLEAY_DIR to determine the compiled-in
value of OPENSSLDIR. This is available via the new '-d' option
to 'openssl version', and is also included in 'openssl version -a'.