- Notifications
You must be signed in to change notification settings - Fork5.1k
skip unnecessary ALPN processing on Windows#69103
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ghost commentedMay 10, 2022
Tagging subscribers to this area: @dotnet/ncl,@vcsjones Issue DetailsThe InitializeSecurityContext and AcceptSecurityContext methods can be called multiple times during handshake. But the ALPN is needed only on the first call (when context is null) e.g. ClientHello and ServerHello. contributes to#68951
|
The InitializeSecurityContext and AcceptSecurityContext methods can be called multiple times during handshake. But the ALPN is needed only on the first call (when context is null) e.g. ClientHello and ServerHello.
contributes to#68951