Call OCSP Stapling callback after ciphersuite has been chosen, so the
authorBen Laurie <ben@openssl.org>
Tue, 11 Sep 2012 12:57:46 +0000 (12:57 +0000)
committerBen Laurie <ben@openssl.org>
Tue, 11 Sep 2012 12:57:46 +0000 (12:57 +0000)
commit2daceb0342c8ca3514f37796e7f983e232d63f2a
treeaeefcbcacb1a3ae3ce0fdc512d2728b1d2da07f1
parent147d4c96b019192611c77070f7daa67b82543521
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