summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-01-26 01:55:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-01-26 01:55:52 +0000
commit50d5199120d2d669039e75c17499483aa7607430 (patch)
tree758e1f7e387ab2cdbf03bf4f5ade6a1a11022362 /CHANGES
parent9020b86250a610e50a6f77e1b929457a3dd115dc (diff)
New OCSP response verify option OCSP_TRUSTOTHER
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 31f9a6e1fb..4665120efd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,11 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) New OCSP verify flag OCSP_TRUSTOTHER. When set the "other" certificates
+ passed by the function are trusted implicitly. If any of them signed the
+ reponse then it is assumed to be valid and is not verified.
+ [Steve Henson]
+
*) Zero the premaster secret after deriving the master secret in
DH ciphersuites.
[Steve Henson]