aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-02-12 23:28:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-02-12 23:28:45 +0000
commit46a58ab94657ea8018ffb2fddc9cf11ef5210341 (patch)
treed4a10bdd2048783b0a19c6269d482957de258bc6 /CHANGES
parent94fcd013499aaf1fc677476716d4db4fb99cf0e2 (diff)
downloadopenssl-46a58ab94657ea8018ffb2fddc9cf11ef5210341.tar.gz
Modify OCSP nonce behaviour.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c5eb0cf866..2ff3d56f3d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.