Skip to content
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

Add comment column, with some initial rationale. #75

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion draft-ietf-tls-exported-authenticator.md
Expand Up @@ -466,9 +466,16 @@ When validating an authenticator, a constant-time comparison should be used.

## Update of the TLS ExtensionType Registry

IANA [shall create / has created] a "Comment" column in the TLS ExtensionType Values
registry, whose contents are initially empty for all existing registry values.

IANA is requested to update the entry for server_name(0) in the registry for
ExtensionType (defined in {{!TLS13}}) by replacing the value in the "TLS 1.3"
column with the value "CH, EE, CR" and this document in the "Reference" column.
column with the value "CH, EE, CR", adding this document in the "Reference" column,
and adding the following comment: "[This RFC] added CR to the 'TLS 1.3' column
because the CertificateRequest message structure is reused for Exported Authenticators.
Outside of Exported Authenticators, server_name MUST NOT appear in CertificateRequest
messages."

## Update of the TLS Exporter Labels Registry

Expand Down