]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for SNI in conjunction with custom extensions
authorMatt Caswell <matt@openssl.org>
Wed, 10 May 2017 09:54:18 +0000 (10:54 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 10 May 2017 15:49:00 +0000 (16:49 +0100)
commitbb01ef3f4ae3b54b20e0c3afc9b55e43a92fef8f
tree107788d9975248f2e3871471dcc0104b7e8106ce
parent21181889d78f95f10738813285f681acd3b32c6c
Add a test for SNI in conjunction with custom extensions

Test that custom extensions still work even after a change in SSL_CTX due
to SNI. See #2180.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3425)
test/sslapitest.c
test/ssltestlib.c