aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-09-11 13:34:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-09-11 13:34:08 +0000
commite5db9c3b67deb80e274f66e3832a9cfba931670c (patch)
treebd404aa6462b255b48eebc067dce714d803bd1db /CHANGES
parent2daceb0342c8ca3514f37796e7f983e232d63f2a (diff)
downloadopenssl-e5db9c3b67deb80e274f66e3832a9cfba931670c.zip
openssl-e5db9c3b67deb80e274f66e3832a9cfba931670c.tar.gz
openssl-e5db9c3b67deb80e274f66e3832a9cfba931670c.tar.bz2
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 9cb1778..3dda962 100644
--- a/CHANGES
+++ b/CHANGES
@@ -347,8 +347,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>]