pull client certificate fixes from MsQuic (#56588)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Fri, 30 Jul 2021 14:59:05 +0000 (07:59 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Jul 2021 14:59:05 +0000 (10:59 -0400)
eng/Version.Details.xml
eng/Versions.props
src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs

index 06065b062a6444dab3e5a615bf9fd0877ff5d52b..05e276bfa18d911130c2ec39e9ca5ca431cdb123 100644 (file)
@@ -4,7 +4,7 @@
       <Uri>https://github.com/dotnet/icu</Uri>
       <Sha>08293141bc33a81b7e58120535079d8eac36519f</Sha>
     </Dependency>
-    <Dependency Name="System.Net.MsQuic.Transport" Version="6.0.0-preview.7.21376.1">
+    <Dependency Name="System.Net.MsQuic.Transport" Version="6.0.0-preview.7.21379.5">
       <Uri>https://github.com/dotnet/msquic</Uri>
       <Sha>d7db669b70f4dd67ec001c192f9809c218cab88b</Sha>
     </Dependency>
index 55b4a8cd92b07ef60b910c004700a5a3bd37dc2b..b13cc449379c0930f50ed2ee77f2a20971285f5b 100644 (file)
     <!-- ICU -->
     <MicrosoftNETCoreRuntimeICUTransportVersion>6.0.0-rc.1.21369.1</MicrosoftNETCoreRuntimeICUTransportVersion>
     <!-- MsQuic -->
-    <SystemNetMsQuicTransportVersion>6.0.0-preview.7.21376.1</SystemNetMsQuicTransportVersion>
+    <SystemNetMsQuicTransportVersion>6.0.0-preview.7.21379.5</SystemNetMsQuicTransportVersion>
     <!-- Mono LLVM -->
     <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21369.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
     <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21369.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
index c6f85e1a4c65a647ad32c65ab878873f3b35f8bf..aced77794ce751dbd48c440264ebc2165af46ac1 100644 (file)
@@ -310,7 +310,6 @@ namespace System.Net.Quic.Tests
 
         [Fact]
         [PlatformSpecific(TestPlatforms.Windows)]
-        [ActiveIssue("https://github.com/microsoft/msquic/pull/1728")]
         public async Task ConnectWithClientCertificate()
         {
             bool clientCertificateOK = false;