diff --git a/CHANGES b/CHANGES index 0831bb316..199e70fc7 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 ] + *) Fix possible deadlock when decoding public keys. [Steve Henson]