@@ -65,7 +65,7 @@ This document describes the SSLKEYLOGFILE format. This format can be used for
6565TLS 1.2 {{!TLS12=RFC5246}} and TLS 1.3 {{!TLS13=I-D.ietf-tls-rfc8446bis}}. The format also
6666supports earlier TLS versions, though use of earlier versions is strongly discouraged
6767{{?RFC8996}} {{?RFC9325}}. This format can also be used with DTLS {{?DTLS13=RFC9147}}, QUIC
68- {{?RFC9000}} {{?RFC9001}}, and other protocols that also use the TLS key
68+ {{?RFC9000}} {{?RFC9001}}, and other protocols that use the TLS key
6969schedule. Use of this format could complement other protocol-specific logging
7070such as qlog {{?QLOG=I-D.ietf-quic-qlog-main-schema}}.
7171
@@ -75,8 +75,8 @@ about exchanges that use Encrypted Client Hello (ECH) {{!ECH=I-D.ietf-tls-esni}}
7575
7676# # Applicability Statement
7777
78- The artifact that this document describes - if made available to entities other
79- than endpoints - completely undermines the core guarantees that TLS provides.
78+ The artifact that this document describes -- if made available to entities other
79+ than endpoints -- completely undermines the core guarantees that TLS provides.
8080This format is intended for use in systems where TLS only protects test data.
8181While the access that this information provides to TLS connections can be useful
8282for diagnosing problems while developing systems, this mechanism MUST NOT be
@@ -130,6 +130,7 @@ secret:
130130: The value of the identified secret for the identified connection. This value
131131 is encoded in hexadecimal, with a length that depends on the size of the
132132 secret.
133+ {: newline="true"}
133134
134135For the hexadecimal values of `client_random` or `secret`, no convention
135136exists for the case of characters "a" through "f" (or "A" through "F"). Files
@@ -307,7 +308,7 @@ and creates a registry for labels ({{iana-labels-registry}}).
307308The "`application/sslkeylogfile`" media type can be used to describe content in
308309the SSLKEYLOGFILE format. IANA has added the following
309310information to the "Media Types" registry at
310- < https://www.iana.org/assignments/media-types> {:brackets="angle"} :
311+ []( https://www.iana.org/assignments/media-types) {:brackets="angle"} :
311312
312313Type name :
313314
@@ -381,9 +382,9 @@ Change controller:
381382{:compact}
382383
383384
384- # # SSLKEYLOGFILE Labels Registry {#iana-labels-registry}
385+ # # TLS SSLKEYLOGFILE Labels Registry {#iana-labels-registry}
385386
386- IANA is requested to create a new registry "TLS SSLKEYLOGFILE Labels", within the
387+ IANA has created a new registry "TLS SSLKEYLOGFILE Labels", within the
387388existing "Transport Layer Security (TLS) Parameters" registry page.
388389This new registry reserves labels used for SSLKEYLOGFILE entries.
389390The initial contents of this registry are as follows.
@@ -401,7 +402,7 @@ The initial contents of this registry are as follows.
401402| ECH_SECRET | HPKE KEM shared secret used in the ECH | RFC 9850 |
402403| ECH_CONFIG | ECHConfig used for construction of the ECH | RFC 9850 |
403404
404- New assignments in the "TLS SSLKEYLOGFILE Labels" registry will be administered by IANA through
405+ New assignments in the "TLS SSLKEYLOGFILE Labels" registry will be administered by IANA through the
405406Specification Required procedure {{?RFC8126}}. The role of designated experts for TLS registries is described
406407in {{Section 17 of ?RFC8447}}. Designated experts for this registry are advised to ensure that the specification is
407408publicly available. In the Reference column, it is sufficient to cite an Internet-Draft (that is posted but not published
0 commit comments