summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-10-05 13:00:17 +0000
committerBen Laurie <ben@openssl.org>2012-10-05 13:00:17 +0000
commit04e40739f75de96e601c694b723a4503b3895645 (patch)
treefbcce4aeaa157d612d8abd489a45b1f48b79beae
parent48bcdad0d564c3514a7473fa9e9e360780ee807a (diff)
Update CHANGES for OCSP fix.
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0831bb316f..199e70fc72 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 0.9.8x and 0.9.8y [xx XXX xxxx]
+ *) Call OCSP Stapling callback after ciphersuite has been chosen, so
+ the right response is stapled. Also change SSL_get_certificate()
+ so it returns the certificate actually sent.
+ See http://rt.openssl.org/Ticket/Display.html?id=2836.
+ (This is a backport)
+ [Rob Stradling <rob.stradling@comodo.com>]
+
*) Fix possible deadlock when decoding public keys.
[Steve Henson]