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

QUIC TLS IANA considerations #532

Merged
merged 6 commits into from
May 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ key derivation. For example, if TLS is using the TLS_AES_128_GCM_SHA256, the
SHA-256 hash function is used.


### 0-RTT Secret
### 0-RTT Secret {#0-rtt-secrets)

0-RTT keys are those keys that are used in resumed connections prior to the
completion of the TLS handshake. Data sent using 0-RTT keys might be replayed
Expand All @@ -653,7 +653,7 @@ packets sent by the client.
~~~


### 1-RTT Secrets
### 1-RTT Secrets {#1-rtt-secrets}

1-RTT keys are used by both client and server after the TLS handshake completes.
There are two secrets used at any time: one is used to derive packet protection
Expand Down Expand Up @@ -1517,8 +1517,21 @@ TLS_FATAL_ALERT_RECEIVED (0xC000001E):

# IANA Considerations

This document has no IANA actions. Yet.
This document does not create any new IANA registries, but it does utilize the
following registries:

* QUIC Transport Parameter Registry - IANA is to register the three values found
in {{errors}}.

* TLS ExtensionsType Registry - IANA is to register the quic_transport_parameters
extension found in {{quic_parameters}}. Assigning 26 to the extension would be
greatly appreciated. The Recommended column is to be marked Yes.

* TLS Exporter Label Registry - IANA is requested to register
"EXPORTER-QUIC 0-RTT Secret" from {{0-rtt-secrets}} as well as
"EXPORTER-QUIC client 1-RTT Secret" and
"EXPORTER-QUIC server 1-RTT Secret" from {{1-rtt-secrets}}. The DTLS column is
to be marked No. The Recommended column is to be marked Yes.

--- back

Expand Down