-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify KU, EKU, and SKID fields of issued certs (#472)
To reflect current WebPKI best practices: - Do not include the KeyEncipherment KU in end-entity certs (it is not used in TLS 1.2+) - Do not include the TLS Client Auth EKU in any certs (root programs are moving towards single-purpose hierarchies) - Do not include the Subject Key ID in end-entity certs (it is not useful for chain-building there)
- Loading branch information
1 parent
9d3a771
commit ac77969
Showing
1 changed file
with
7 additions
and
12 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