-
Notifications
You must be signed in to change notification settings - Fork 110
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
Handle BMPString properly in e_subject_dn_not_printable_characters #819
Conversation
I need to get/create certs with matching field data types to add additional tests for this update. However, this does pass the cert referenced in #818 as well as the test certs we created for the original lint a few years ago. |
I noticed in the Integration Test run that the number of certs in the test corpus that fail this lint has dropped from 541 to 34. That seems concerning to me but I'm not sure if it's something to be concerned about. One noteworthy comment here is that it increases the efficacy of this lint for RFC-compliant use cases, but decreases the efficacy for public PKI. I'll look for feedback from others before deciding how to proceed. |
Part of me wonders if we should make it a "community best practice" webpki lint? It doesn't seem to have tripped up any CAs in the last five years? I don't have a strong opinion, but it's an option. |
SC-62 (the "profiles" ballot) added restrictions on the allowed encodings for Specifically, the deprecated |
@CBonnell's suggestion makes sense to me. |
Does that mean we should add the restrictions and linting from the lint in question to the BR lints and remove it from the RFC lints? |
Yes, I think that moving them to a lint that points to the BRs is probably the right move (if one doesn't already exist.) |
I could contribute on the BR lints about allowed encodings and also provide certificates with the disallowed encodings. If that is fine and you are not already on it, I could start working on it. |
This is the corresponding PR: #824 |
With #824, I'm thinking we should close this PR, right @christopher-henderson ? |
Looking at #818 , other string types should be allowable as printable in subject fields to conform to RFC 5280.