make ssl tests more portable (#40303)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Mon, 10 Aug 2020 01:46:16 +0000 (18:46 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Aug 2020 01:46:16 +0000 (18:46 -0700)
commitff01831094128fb9df0be61fd0e352bbcaeddf02
tree3f5a46e4657aabe79a6345985428b7c45462a731
parente13871cb275b9f53fa82285b2a81ada28a859b50
make ssl tests more portable (#40303)

* make ssl tests more portable

* feedback from review

* fix build

* fix http broken by one previous commits

* feedback from review

* fix tests with old ssl versions.S

* more ssl fixes
src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.SslProtocols.cs
src/libraries/Common/tests/System/Net/SslProtocolSupport.cs
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.cs
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamNetworkStreamTest.cs
src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamSystemDefaultsTest.cs
src/libraries/System.Net.Security/tests/FunctionalTests/TransportContextTest.cs