Skip to content

modify quiche to support openssl TLS backend #1146

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

Open
4 of 5 tasks
nhorman opened this issue Mar 31, 2025 · 1 comment · May be fixed by cloudflare/quiche#2052
Open
4 of 5 tasks

modify quiche to support openssl TLS backend #1146

nhorman opened this issue Mar 31, 2025 · 1 comment · May be fixed by cloudflare/quiche#2052
Assignees

Comments

@nhorman
Copy link
Contributor

nhorman commented Mar 31, 2025

Like with msquic and ngtcp2, propose a pr to enable quiche:
https://github.com/cloudflare/quiche
to be built with openssl as a TLS backend

  • Get Quiche client working with OpenSSL backend instead of BoringSSL backend
  • Get Quiche server working with OpenSSL backend instead of BoringSSL backend
  • Ensure QUIC interop runner passes all the same tests with both BoringSSL+OpenSSL backend
  • Get their cargo test tests passing
  • Open and merge PR to https://github.com/cloudflare/quiche

Some notes:

  • I don't think we can/want to support 0-RTT yet
  • Quiche "supports" QuicTLS, but that was a long time ago and attempting to use QuicTLS as the TLS backend doesn't seem to compile/work anymore
@github-project-automation github-project-automation bot moved this to Pre-Refinement in Development Board Mar 31, 2025
@nhorman nhorman self-assigned this Mar 31, 2025
@vavroch2010 vavroch2010 moved this from Pre-Refinement to In Progress in Development Board Apr 1, 2025
@andrewkdinh
Copy link

Created a draft PR: cloudflare/quiche#2052

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants