You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Android] Resolve Android-specific active issues in System.Net.Security and System.Security.Cryptography (#104352)
* Enable ServerAsyncAuthenticate_MismatchProtocols_Fails
* Enable subset of CertificateSelectionCallback_DelayedCertificate_OK
* Enable SslStream_StreamToStream_Alpn_NonMatchingProtocols_Fail and do not assume android backend supports ALPN
* Enable ConnectWithRevocation_WithCallback and pass full chain to ServerCertificateContext
* Enable or permanently disable tests in SslStreamNetworkStreamTest
* Adjust host name data for Android in SslStreamSniTest
* Fix expected outcome of TransportContext_ConnectToServerWithSsl_GetExpectedChannelBindings for Android
* Fix ChainTests active issue on Android
* Fix failing test
* TMP: Print full exception stacktrace
* Adjust expected exception for server authentication protocol mismatch
* Revert "TMP: Print full exception stacktrace"
This reverts commit 1be0a16.
* Adjust the expected exceptions for arm and x86/x64
* Fix assert
* Address review comments
0 commit comments