-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
X509 custom verification groundwork (#11559)
* Add CustomPolicyBuilder foundation. * Add EKU getters to ClientVerifier and ServerVerifier. * Document the implemented part of custom verification. * Remove `subject` field from VerifiedClient, rename `sans` back to `subjects`. * Remove EKU-related setters, getters and documentation from this PR. * Use double backticks in reStructuredText. * Remove CustomPolicyBuilder in favor of extending PolicyBuilder. * Code style improvements. * Resolve coverage issues.
- Loading branch information
Showing
5 changed files
with
37 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,6 +140,7 @@ unencrypted | |
unicode | ||
unpadded | ||
unpadding | ||
validator | ||
Ventura | ||
verifier | ||
Verifier | ||
|
This file contains 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 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 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 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