Update CHANGES for OCSP fix.

This commit is contained in:
Ben Laurie 2012-10-05 13:00:17 +00:00
parent 48bcdad0d5
commit 04e40739f7

View File

@ -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]