Limit unique SNI to 63 chars in tests (#47854)
authorJan Jahoda <jajahoda@microsoft.com>
Fri, 5 Feb 2021 04:03:09 +0000 (05:03 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Feb 2021 04:03:09 +0000 (20:03 -0800)
commit5077dd45417cfe64e800930568d0301ec7ffad6d
tree094235f0260231be7309d24fd45662dd253f9a21
parentf708c852a4e467ac2c0304c2f794945cbe7a13b5
Limit unique SNI to 63 chars in tests (#47854)

* Limit SNI to 63 chars

* Split SNI to more DNS labels
src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.SslProtocols.cs
src/libraries/System.Net.Security/tests/FunctionalTests/ClientAsyncAuthenticateTest.cs
src/libraries/System.Net.Security/tests/FunctionalTests/ServerAsyncAuthenticateTest.cs
src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamSystemDefaultsTest.cs
src/libraries/System.Net.Security/tests/FunctionalTests/TestHelper.cs