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:54:06 +0000 (16:54 +0100)
commitad1855847e3bc0e25aa4a013bbc06135bd6c19da
treebecef5d1f4a97379388bb2d9289dee9ed21d742f
parentc645f9de477e3a90da2109863f9971e93ea38b58
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/3426)
test/sslapitest.c
test/ssltestlib.c