summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-09-11 12:57:46 +0000
committerBen Laurie <ben@openssl.org>2012-09-11 12:57:46 +0000
commit2daceb0342c8ca3514f37796e7f983e232d63f2a (patch)
treeaeefcbcacb1a3ae3ce0fdc512d2728b1d2da07f1 /CHANGES
parent147d4c96b019192611c77070f7daa67b82543521 (diff)
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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a39ad94410..9cb17781ab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -346,6 +346,12 @@
Changes between 1.0.1 and 1.0.2 [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.
+ [Rob Stradling <rob.stradling@comodo.com>]
+
*) Support for linux-x32, ILP32 environment in x86_64 framework.
[Andy Polyakov]