Call OCSP Stapling callback after ciphersuite has been chosen, so the
authorBen Laurie <ben@openssl.org>
Tue, 11 Sep 2012 12:00:25 +0000 (12:00 +0000)
committerBen Laurie <ben@openssl.org>
Tue, 11 Sep 2012 12:00:25 +0000 (12:00 +0000)
commitda8512aaffe3580e3701198ef9eba2471c5edbc2
treec4ad5504ae75748ad5b9decc4a8287eafd48524b
parentd46a1a6178672531247974d3753439850fe2c91d
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.
CHANGES
ssl/s3_srvr.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/t1_lib.c