diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2001-02-13 00:28:45 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2001-02-13 00:28:45 +0100 |
commit | 46a58ab94657ea8018ffb2fddc9cf11ef5210341 (patch) | |
tree | d4a10bdd2048783b0a19c6269d482957de258bc6 /CHANGES | |
parent | Work around for libsafe "error". (diff) | |
download | openssl-46a58ab94657ea8018ffb2fddc9cf11ef5210341.tar.xz openssl-46a58ab94657ea8018ffb2fddc9cf11ef5210341.zip |
Modify OCSP nonce behaviour.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,6 +3,15 @@ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] + *) New nonce behavior. The return value of OCSP_check_nonce() now + reflects the various checks performed. Applications can decide + whether to tolerate certain situations such as an absent nonce + in a response when one was present in a request: the ocsp application + just prints out a warning. New function OCSP_add1_basic_nonce() + this is to allow responders to include a nonce in a response even if + the request is nonce-less. + [Steve Henson] + *) Use the cached encoding of an X509_NAME structure rather than copying it. This is apparently the reason for the libsafe "errors" but the code is actually correct. |