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

Quic on Windows should use OpenSSL version #45

Open
flcl42 opened this issue Sep 20, 2023 · 0 comments
Open

Quic on Windows should use OpenSSL version #45

flcl42 opened this issue Sep 20, 2023 · 0 comments
Assignees
Milestone

Comments

@flcl42
Copy link
Contributor

flcl42 commented Sep 20, 2023

QUIC on Windows is based on Schannels, which:

  • do not allow client side certificates
  • are not compatible with OpenSSL version, which is used by other implementations

So to make it working we are switching to OpenSSL version which is available but is hard to deploy and use. Currently, the runtime needs to be patched to make it working.

Let's find a better way to integrate OpenSSL-based implementation.

@flcl42 flcl42 added this to the beta milestone Sep 20, 2023
@flcl42 flcl42 self-assigned this Sep 23, 2023
@flcl42 flcl42 changed the title Quic on Windows should use OpenSSL version Quic on Windows should to use OpenSSL version Oct 12, 2023
@flcl42 flcl42 mentioned this issue Oct 12, 2023
4 tasks
@flcl42 flcl42 changed the title Quic on Windows should to use OpenSSL version Quic on Windows should use OpenSSL version Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant