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

Add support for OpenSSL #149

Open
PiotrSikora opened this issue Nov 17, 2022 · 1 comment · May be fixed by #1436
Open

Add support for OpenSSL #149

PiotrSikora opened this issue Nov 17, 2022 · 1 comment · May be fixed by #1436
Labels
area/configurability Area: Configurability backlog

Comments

@PiotrSikora
Copy link
Contributor

This was requested in yesterday's meeting, so adding it mostly for tracking.

Note that OpenSSL doesn't have QUIC APIs (and it's unlikely to have them for the next few years, since they want to write the complete QUIC stack from scratch, which resulted in QuicTLS fork by Akamai and others), so the OpenSSL version would have to keep using HTTP/2.

@ipuustin
Copy link

ipuustin commented Dec 7, 2022

Getting the OpenSSL support (in asynchronous mode) is useful also for TLS acceleration reasons. With OpenSSL we get "for free" support for various OpenSSL engines, such as https://github.com/intel/QAT_Engine for AVX512 and QAT acceleration. (I haven't verified if the OpenSSL Rust bindings work right in this sense though.)

@tedjpoole tedjpoole linked a pull request Jan 22, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/configurability Area: Configurability backlog
Projects
Status: Longterm Backlog
Development

Successfully merging a pull request may close this issue.

3 participants