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

Use "domain name", not "DNS name" #4464

Merged
merged 1 commit into from Dec 28, 2020
Merged
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
7 changes: 4 additions & 3 deletions draft-ietf-quic-http.md
Expand Up @@ -370,9 +370,10 @@ QUIC transport versions with HTTP/3 MAY be defined by future specifications.

QUIC version 1 uses TLS version 1.3 or greater as its handshake protocol.
HTTP/3 clients MUST support a mechanism to indicate the target host to the
server during the TLS handshake. If the server is identified by a DNS name,
clients MUST send the Server Name Indication (SNI; {{!RFC6066}}) TLS extension
unless an alternative mechanism to indicate the target host is used.
server during the TLS handshake. If the server is identified by a domain name
({{?DNS-TERMS=RFC8499}}), clients MUST send the Server Name Indication (SNI;
{{!RFC6066}}) TLS extension unless an alternative mechanism to indicate the
target host is used.

QUIC connections are established as described in {{QUIC-TRANSPORT}}. During
connection establishment, HTTP/3 support is indicated by selecting the ALPN
Expand Down