Copy negotiated parameters in SSL_set_SSL_CTX.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 8 Oct 2014 23:23:34 +0000 (00:23 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 24 Oct 2014 13:01:01 +0000 (14:01 +0100)
commit1ce95f19601bbc6bfd24092c76c8f8105124e857
treed388297b53b43083922c4d71a2919188a699552c
parent51695b98f128f8e091256c601266b1dd4fb731bd
Copy negotiated parameters in SSL_set_SSL_CTX.

SSL_set_SSL_CTX is used to change the SSL_CTX for SNI, keep the
supported signature algorithms and raw cipherlist.
Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit 14e14bf6964965d02ce89805d9de867f000095aa)
ssl/ssl_lib.c