Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
wfurt merged 1 commit intodotnet:mainfromwfurt:alpn2
May 10, 2022
Merged

Conversation

wfurt
Copy link
Member

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

rzikm reacted with thumbs up emoji
@wfurtwfurt requested a review froma teamMay 10, 2022 05:22
@wfurtwfurt self-assigned thisMay 10, 2022
@ghost
Copy link

Tagging subscribers to this area: @dotnet/ncl,@vcsjones
See info inarea-owners.md if you want to be subscribed.

Issue Details

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

Author:wfurt
Assignees:wfurt
Labels:

area-System.Net.Security,os-windows

Milestone:-

@wfurtwfurt merged commit9291a78 intodotnet:mainMay 10, 2022
@wfurtwfurt deleted the alpn2 branchMay 10, 2022 16:42
@ghostghost locked asresolvedand limited conversation to collaboratorsJun 9, 2022
@karelzkarelz added this to the7.0.0 milestoneJul 19, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@stephentoubstephentoubstephentoub approved these changes

Assignees

@wfurtwfurt

Projects
None yet
Milestone
7.0.0
Development

Successfully merging this pull request may close these issues.

3 participants
@wfurt@stephentoub@karelz

[8]ページ先頭

©2009-2025 Movatter.jp