Update CHANGES for OCSP fix.
authorBen Laurie <ben@openssl.org>
Fri, 5 Oct 2012 13:00:17 +0000 (13:00 +0000)
committerBen Laurie <ben@openssl.org>
Fri, 5 Oct 2012 13:00:17 +0000 (13:00 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0831bb316f461cc57b53525be31838eed27c49ae..199e70fc72f29d07a97ba3722f0889746fb147a3 100644 (file)
--- 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 <rob.stradling@comodo.com>]
+
   *) Fix possible deadlock when decoding public keys.
      [Steve Henson]