summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-09-11 13:35:14 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-09-11 13:35:14 +0000
commitdc144417571735c82853421a8845ef603d828a0b (patch)
tree60748cc86a51766636b065f293634d0fc184e3bc /CHANGES
parentda8512aaffe3580e3701198ef9eba2471c5edbc2 (diff)
Minor enhancement to PR#2836 fix. Instead of modifying SSL_get_certificate
change the current certificate (in s->cert->key) to the one used and then SSL_get_certificate and SSL_get_privatekey will automatically work.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f84f028d10..3c61e39919 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,8 +5,8 @@
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.
+ the right response is stapled. Also change current certificate to
+ the certificate actually sent.
See http://rt.openssl.org/Ticket/Display.html?id=2836.
[Rob Stradling <rob.stradling@comodo.com>]