diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2001-01-26 02:55:52 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2001-01-26 02:55:52 +0100 |
commit | 50d5199120d2d669039e75c17499483aa7607430 (patch) | |
tree | 758e1f7e387ab2cdbf03bf4f5ade6a1a11022362 /CHANGES | |
parent | Documentation language corrections, contributed by Chris Pepper <pepper@mail.... (diff) | |
download | openssl-50d5199120d2d669039e75c17499483aa7607430.tar.xz openssl-50d5199120d2d669039e75c17499483aa7607430.zip |
New OCSP response verify option OCSP_TRUSTOTHER
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |