Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NOMERGE] Use OpenSSL MsQuic everywhere #101849

Closed
wants to merge 1 commit into from

Conversation

rzikm
Copy link
Member

@rzikm rzikm commented May 3, 2024

Test to see if tests pass on older Windows with OpenSSL MsQuic

Copy link
Contributor

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

@rzikm
Copy link
Member Author

rzikm commented May 3, 2024

The only failure is System.Net.Quic.Tests.MsQuicTests.(Server|Client)_CertificateWithEphemeralKey_Throws - expected, as ephemeral keys in certs are a problem only for Schannel, OpenSSL can handle them (as long as we can export the private key and pass it to MsQuic)

Then there is Windows 8.1, which is completely failing due to some exception, likely not a concern for us as Windows 8.1 is no longer officially supported anyway.

@rzikm rzikm closed this May 3, 2024
@karelz karelz added this to the 9.0.0 milestone May 14, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants