-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 should support OpenSSL 3.x #81801
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThis primarily depends on microsoft/msquic#2039
I'm opening this to also track additional work for .NET. functional: Currently there are following distributions we support that use OpenSSL by default
With exception of Ubuntu (and unreleased Debian) the distributions offer compatibility 1.1 package. Stress: We should perhaps have at least one test runs with OpenSSL 3 since that is significantly different variant Perf: since the perf issues mentioned above, we should perhaps have separate benchmark for Linux with OpenSSL 3.
|
OpenSSL 3 stress test run results:
|
All points are done and verified, beside perf which will be measured separately (as it's a separate part from "support") -- filed #86516. Closing this as completed. |
Depends on microsoft/msquic#2039
MsQuic work:
Perf/Stress/Load tests known issues:
Functional tests known issues:
Publishing of the changes:
PRs:
Runtime
Functional
Currently there are following Linux distributions we support that use OpenSSL 3 by default:
With exception of Ubuntu (and unreleased Debian) the distributions offer a compatibility OpenSSL 1.1 package.
We should strategically decide what combinations to test. (perhaps also use extra-platforms pipeline for occasional spot-check)
Stress
We should perhaps have at least one test runs with OpenSSL 3 since that is significantly different variant.
Perf
Since the perf issues mentioned above, we should perhaps have separate benchmark for Linux with OpenSSL 3.
The text was updated successfully, but these errors were encountered: