-
Notifications
You must be signed in to change notification settings - Fork 109
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
Subject Key Identifiers in Subscriber TLS Certificates #749
Comments
The discussion in #762 is relevant here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RFC5280 4.2.1.2 says "this extension SHOULD be included in all end entity certificates", hence
zlint/v3/lints/rfc/lint_ext_subject_key_identifier_missing_sub_cert.go
Line 48 in 386a8dc
However, TLS BRs v2 section 7.1.2.7.6 (Subscriber Certificate Extensions) says the opposite:
"subjectKeyIdentifier NOT RECOMMENDED"
I think ZLint should implement a new
cabf_br
lint that emits a Warning if SKI is present, and that (when enabled) this new lint should override the existing RFC5280 lint inrfc/lint_ext_subject_key_identifier_missing_sub_cert.go
. Does that sound right?The text was updated successfully, but these errors were encountered: