-
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] Use client TLS options in QUIC #32069
Comments
Was this solved by #50613? Could we close this? Or what is missing? |
#50613 is not sufficient as it is focusing on typical use e.g. sever certificates. CipherSuitesPolicy support was added to msquic recently but it is not plumbed from runtime AFAIK. cc: @nibanks |
|
Triage: we have a basic support for client certificate and the callback is not yet supported by msquic, we cannot fully fix it for 6.0. |
We need to get client certificates working in QuicConnection SSL options.
runtime/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/MsQuicConnection.cs
Lines 88 to 93 in 5c6f5b1
The text was updated successfully, but these errors were encountered: