]> granicus.if.org Git - openssl/commit
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 12:46:37 +0000 (13:46 +0100)
commit14e14bf6964965d02ce89805d9de867f000095aa
tree2d196aafc04aa4a61a9ae4e0a43d2cd1bb1139fa
parentc800c27a8c47c8e63254ec594682452c296f1e8e
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>
ssl/ssl_lib.c