Add server client certificate support for TLS v1.2 . This is more complex
authorDr. Stephen Henson <steve@openssl.org>
Fri, 20 May 2011 14:58:45 +0000 (14:58 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 20 May 2011 14:58:45 +0000 (14:58 +0000)
commitb81fde02aa9c09b41ca83c59f885140d85cb9002
treedc2855cc8fe1fb85ca20f65d4867109721033c0b
parent57dd2ea808ea4564a5b1aa2dc4f7ce5b6811904b
Add server client certificate support for TLS v1.2 . This is more complex
than client side as we need to keep the handshake record cache frozen when
it contains all the records need to process the certificate verify message.
(backport from HEAD).
CHANGES
ssl/s3_enc.c
ssl/s3_srvr.c
ssl/ssl3.h
ssl/ssl_locl.h
ssl/t1_lib.c