-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Default Critical (Non-Critical) Marks for CHIP Cert Extensions. (#…
…4710) * Use Default Critical (Non-Critical) Marks for CHIP Cert Extensions. The following certificate extensions, when present, MUST be marked as critical: - basic constraints extension - key usage extension - extended key usage extension The following certificate extensions, when present, MUST be marked as non-critical: - subject key identifier extension - authority key identifier extension These rules should always be enforced when processing X.509 representation of the certificate. In the CHIP certificate representation the "critical" field is omitted. Ticket: #4708 * Fixed typo: extention --> extension * Apply suggestions from code review Co-authored-by: Boris Zbarsky <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information
1 parent
1b6a96b
commit ac22f1b
Showing
4 changed files
with
396 additions
and
450 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
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
Oops, something went wrong.