-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Enable HTTP/2 client cert authentication in WinHttpHandler #33158
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
Merged
alnikola
merged 26 commits into
dotnet:master
from
alnikola:alnikola/winhttphandler-http2-tls-client-cert
Mar 19, 2020
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
68fd1af
ENABLE_HTTP2_PLUS_CLIENT_CERT option is set for HTTP/2 requests
alnikola 2eb56a6
UseClientCertOnHttp2_ClientCertValid_Success test
alnikola 923f05d
HTTP2_PLUS_CLIENT_CERT option is set before openning a connection
alnikola 5f3bc1e
Fix Windows_NT net472 build
alnikola 72005dc
All existing WinHttpHandler tests are enabled for net472
alnikola 1ba5d40
Manual_CertificateOnlySentWhenValid_Success works on all frameworks
alnikola 7ca1af2
Fix build
alnikola 2a01fc6
Fix UseClientCertOnHttp2_OSSupportsItButCertNotSet_SuccessWithOneWayA…
alnikola ed354d9
All HTTP 1.1 tests enabled for WinHttpHandler on all platforms
alnikola 90051de
Tests fixed
alnikola 2f7792f
Unsuporrted HTTP/2 tests are disabled on Win 7 and 8.1
alnikola ba477cd
ConditionalFact replaced with ConditionalClass
alnikola 03d72f7
More unsupported tests skipped
alnikola 27f2817
Suggested changes applied
alnikola 4d1be6c
Conditional compilation replaced with extension methods
alnikola 8b90785
Unsupported test disabled on Win7 and Win8.1
alnikola 4b09bdd
Enable PlatformHandler_ResponseStream_Http2_Test for all frameworks
alnikola 6d43f8c
Skipped tests marked as Conditional
alnikola 95bb001
Lang version bumped to 8.0
alnikola ffe648a
Unsupported outerloop tests disabled
alnikola 1b306d9
Tests using RemoteExecutor fixed
alnikola aeca683
Unsupported tests disabled
alnikola 35ff8e5
Comments addressed
alnikola 378234a
ConditionalTheory and ConditionalFact are set on skippable tests for …
alnikola 885b74e
Protocol version checks fixed
alnikola 1cf8812
PostAsync_Cancel_CancellationTokenPassedToContent marked as Condtional
alnikola File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does WinHTTP ignore ALPN?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems - yes.