-
Notifications
You must be signed in to change notification settings - Fork 21
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
Clarify applicability of S/MIME email validation policies #200
Comments
This is a good question. Certainly the email addresses in the following need to be validated:
I have a question about the SAN: Other Name: UPN. This is a login ID that is in the format of an RFC822 email address. Since it's not used for SMIME, does this need to be validated following the same rules as the fields containing email addresses above? |
I have a question about the SAN: Other Name: UPN. This is a login ID that is in the format of an RFC822 email address. Since it's not used for SMIME, does this need to be validated following the same rules as the fields containing email addresses above? This login ID is recommended to be in RFC822 email address’ format. I've seen several UPNs that only have the prefix and I'm not sure that it's a violation of anything. |
I'd like to propose this change to section 2.2 of the Mozilla Policy: Change this: the CA takes reasonable measures to verify that the entity submitting the request controls the email account associated with the email address referenced in the certificate. to this: the CA takes reasonable measures to verify that the entity submitting the request controls the email account associated with the email address that is contained in the subject:commonName, subject:emailAddress, or subjectAltName:rfc822Name fields and that any value in the subject MUST also appear in the subjectAltName:rfc822Name. |
Hi Ben and Kathleen, What are your thoughts on the proposed change above? |
When you say "that any value in the subject MUST also appear in the subjectAltName:rfc822Name" I assume that needs to be limited to an email address if it appears in the commonName or emailAddress, so does it need to say that explicitly? |
@dougbeattie Should it say, "the CA takes reasonable measures to verify that the entity submitting the request controls the email account associated with the email address that is contained in the subject:commonName, subject:emailAddress, or subjectAltName:rfc822Name fields and that any email address in the subject:commonName or subject:emailAddress MUST also appear in the subjectAltName:rfc822Name. ? Is that the intent? |
@BenWilson-Mozilla , Yes! This clarifies a few things:
|
With that clarification, it sounds OK to me. |
Clarify which certificate fields our S/MIME email address validation rules apply to. Is it only Rfc822Names in the SAN, or does it include the CN, Subject:Email, and potentially other fields?
Some research is needed to determine if Thunderbird will validate an S/MIME certificate with an email address in the CN or some other field besides the SAN.
The text was updated successfully, but these errors were encountered: