-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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: revisit support for ServerCertificateContext #53507
Comments
Tagging subscribers to this area: @dotnet/ncl Issue Details#53175 added support for ServerCertificateContext. While it is functionally complete, it uses reflection to access private members of the ServerCertificateContext. This happens once per server so there may not be performance issue but it may become maintenance hassle.
|
Triage: We should remove reflection in 7.0, so we will need the new APIs in |
Proposal to make |
#53175 added support for ServerCertificateContext. While it is functionally complete, it uses reflection to access private members of the ServerCertificateContext. This happens once per server so there may not be performance issue but it may become maintenance hassle.
We should look into new API so we can access everything directly. (or find some other solution)
The text was updated successfully, but these errors were encountered: