-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: support CipherSuitesPolicy #55378
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThis was originally tracked in #49574. Since microsoft/msquic#1430 is done, we should be able to implement it. QUIC only support three cipher suites and requires TLS 1.3. So unlike general SslStream where one may want to eliminate or selectively add weak cipher the value is low for QUIC. The CipherSuitesPolicy is currently ignored if set. We could possibly throw PNSP to make it more obvious that it is not supported at the moment.
|
Triage: We need to either throw or work correctly. No-op is not sufficient for 7.0 (current status). |
This was originally tracked in #49574. Since microsoft/msquic#1430 is done, we should be able to implement it. QUIC only support three cipher suites and requires TLS 1.3. So unlike general SslStream where one may want to eliminate or selectively add weak cipher the value is low for QUIC.
The CipherSuitesPolicy is currently ignored if set. We could possibly throw PNSP to make it more obvious that it is not supported at the moment.
The text was updated successfully, but these errors were encountered: