]> git.ipfire.org Git - thirdparty/openssl.git/commit
Test that we can negotiate TLSv1.3 if we have an SNI callback
authorMatt Caswell <matt@openssl.org>
Tue, 3 Nov 2020 15:51:23 +0000 (15:51 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 9 Dec 2020 14:46:17 +0000 (14:46 +0000)
commit6582661f7b369c3ce7edab5fea2529de5f2fb408
tree4de3667f671db5e5c7048ae8eda52d1693ba2564
parentebda646db6dcc4c3813ffa06d9c548bdf9b9a717
Test that we can negotiate TLSv1.3 if we have an SNI callback

If an SNI callback has been set then we may have no certificuates suitable
for TLSv1.3 use configured for the current SSL_CTX. This should not prevent
us from negotiating TLSv1.3, since we may change the SSL_CTX by the time we
need a suitable certificate.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13304)
test/sslapitest.c