Skip to content

Commit

Permalink
Merge pull request #30 from jimsch/master
Browse files Browse the repository at this point in the history
Round of updates on the term ASCII
  • Loading branch information
jimsch authored Feb 23, 2017
2 parents 26d0522 + 66deb04 commit f2cf182
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions draft-ietf-lamps-rfc5750-bis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
Require support for internationalized email addresses.
</t>
<t hangText="Section 4.3:">
Mandated support for ECDSA for P-256 and Ed25519.
Mandated support for ECDSA with P-256 and Ed25519.
Moved algorithms with SHA-1 and MD5 to historical status.
Moved DSA support to historical status.
Increased lower bounds on RSA key sizes.
Expand Down Expand Up @@ -425,15 +425,15 @@
<t>
End-entity certificates MAY contain an Internet mail address.
Email addresses retricted to US-ASCII characters are encoded as described in Section 4.2.1.6 of <xref target="RFC5280"/>.
Email addresses retricted to 7-bit ASCII characters are encoded as described in Section 4.2.1.6 of <xref target="RFC5280"/>.
Internationalized Email address names are encoded as described in <xref target="I-D.ietf-lamps-eai-addresses"/>.
The email address SHOULD be in the subjectAltName extension, and SHOULD NOT be in the subject distinguished name.
</t>
<t>
Receiving agents MUST recognize and accept certificates that contain no email address.
Agents are allowed to provide an alternative mechanism for associating an email address with a certificate that does not contain an email address, such as through the use of the agent's address book, if available.
Receiving agents MUST recognize both US-ASCII and internationalized email addresses in the subjectAltName field.
Receiving agents MUST recognize both ASCII and internationalized email addresses in the subjectAltName field.
Receiving agents MUST recognize email addresses in the Distinguished Name field in the PKCS #9 <xref target="RFC2985"/> emailAddress attribute:
</t>

Expand All @@ -452,7 +452,7 @@ pkcs-9-at-emailAddress OBJECT IDENTIFIER ::=
<t>
Comparing of email addresses is fraught with peril.
<xref target="I-D.ietf-lamps-eai-addresses"/> defines the procedure for doing comparison of Internationalized email addresses.
For US-ASCII email addresses the domain component (right-hand side of the '@') MUST be compared using a case-insensitive function.
For ASCII email addresses the domain component (right-hand side of the '@') MUST be compared using a case-insensitive function.
The local name component (left-hand side of the '@') SHOULD be compared using a case-insensitive function.
Some localities may perform other transformations on the local name component before doing the comparison, however an S/MIME client cannot know what specific localities do.
</t>
Expand Down Expand Up @@ -644,7 +644,7 @@ pkcs-9-at-emailAddress OBJECT IDENTIFIER ::=
<t>
For ECDSA see <xref target="RFC5758"/> and <xref target="RFC6090"/>.
The first reference provides the signature algorithm's object identifier and the second provides the signature algorithm's definition.
Other curves than durve P-256 MAY be used as well.
Curves other than curve P-256 MAY be used as well.
</t>

<t>
Expand Down Expand Up @@ -745,7 +745,7 @@ pkcs-9-at-emailAddress OBJECT IDENTIFIER ::=
The subject alternative name extension is used in S/&wj;MIME as the
preferred means to convey the email address(es) that correspond(s) to
the entity for this certificate.
Any US-ASCII email addresses present MUST be encoded using the rfc822Name CHOICE of the GeneralName type as described in <xref target="RFC5280"/>, Section 4.2.1.6.
Any ASCII email addresses present MUST be encoded using the rfc822Name CHOICE of the GeneralName type as described in <xref target="RFC5280"/>, Section 4.2.1.6.
Any internationalized email addresses present MUST be encoded using the otherName CHOICE of the GeneralName type as described in <xref target="I-D.ietf-lamps-eai-addresses"/>, Section 3.
Since the SubjectAltName type is a SEQUENCE OF GeneralName, multiple email addresses MAY be present.
</t>
Expand Down
2 changes: 1 addition & 1 deletion draft-ietf-lamps-rfc5751-bis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@
<t>
This example shows a multipart/&wj;mixed message with full transfer
encoding. This message contains a text part and an attachment. The
sample message text includes characters that are not US-ASCII and
sample message text includes characters that are not ASCII and
thus need to be transfer encoded. Though not shown here, the end of
each line is &lt;CR&gt;&lt;LF&gt;. The line ending of the MIME headers, the
text, and the transfer encoded parts, all MUST be &lt;CR&gt;&lt;LF&gt;.
Expand Down

0 comments on commit f2cf182

Please sign in to comment.