-
Notifications
You must be signed in to change notification settings - Fork 747
test(integration): add mTLS integration tests #5638
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
Merged
Changes from 20 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
618c2be
Initial integration test import
kaukabrizvi 44c07e9
Fix mtls cert validation callback to return bool
kaukabrizvi f53822e
Add helper methods to make module more extensible
kaukabrizvi 7ec5306
Add TLS 1.2 rustls client test
kaukabrizvi ea2ead8
Formatting
kaukabrizvi b3de43a
Use TLS1.2 as default for basic and sync callback tests
kaukabrizvi 0ab8b4b
Add capability gating for TLS 1.2 tests
kaukabrizvi 5453524
Add clarifying comments
kaukabrizvi 8af8a9f
More comments
kaukabrizvi b3af9dc
Apply cargo format
kaukabrizvi 7ee9977
Simplify helper method logic
kaukabrizvi d9a8bb8
Comment cleanup
kaukabrizvi 4b4b086
apply cargo fmt
kaukabrizvi a0ce7c0
Reuse repeated async cert verify logic
kaukabrizvi af9d473
Apply cargo fmt
kaukabrizvi fee32b2
Add s2n as client test cases
kaukabrizvi 0d22717
Typo fix
kaukabrizvi b955439
separate sync/async cert validation APIs and gate async behind unstab…
kaukabrizvi 114c019
Apply cargo fmt
kaukabrizvi 7b01e43
Address PR feedback, CI fix
kaukabrizvi 29ed45d
Address PR feedback
kaukabrizvi a2acae7
Applyc agro fmt
kaukabrizvi 54112e5
Apply cargo fmt
kaukabrizvi 2bd7d2c
Remove stale comments
kaukabrizvi d94caad
Simplify test body for protocol versions and inline server/client con…
kaukabrizvi 3aab059
Restructure tests for readability
kaukabrizvi 8a41338
Edit doc comments
kaukabrizvi 6318435
Update bindings/rust/standard/integration/src/mtls.rs
kaukabrizvi e8ecd64
Remove immediately accept field in sync callback
kaukabrizvi 6cc1cfe
Merge branch 'main' into mTLS-integ-rust
kaukabrizvi 3a3e85d
Merge branch 'main' into mTLS-integ-rust
kaukabrizvi 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.