Skip to content

Commit

Permalink
Script updating gh-pages from 85db1f7. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Sep 19, 2019
1 parent 1f111a8 commit b6d7fd6
Show file tree
Hide file tree
Showing 14 changed files with 7,210 additions and 6,650 deletions.
2,968 changes: 1,484 additions & 1,484 deletions index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -305,7 +305,7 @@

<meta name="dct.creator" content="Thomson, M." />
<meta name="dct.identifier" content="urn:ietf:id:draft-ietf-quic-invariants-latest" />
<meta name="dct.issued" scheme="ISO8601" content="2019-08-20" />
<meta name="dct.issued" scheme="ISO8601" content="2019-09-19" />
<meta name="dct.abstract" content="This document defines the properties of the QUIC transport protocol that are expected to remain unchanged over time as new versions of the protocol are developed." />
<meta name="description" content="This document defines the properties of the QUIC transport protocol that are expected to remain unchanged over time as new versions of the protocol are developed." />

Expand All @@ -326,10 +326,10 @@
</tr>
<tr>
<td class="left">Intended status: Standards Track</td>
<td class="right">August 20, 2019</td>
<td class="right">September 19, 2019</td>
</tr>
<tr>
<td class="left">Expires: February 21, 2020</td>
<td class="left">Expires: March 22, 2020</td>
<td class="right"></td>
</tr>

Expand All @@ -349,7 +349,7 @@ <h1 id="rfc.status"><a href="#rfc.status">Status of This Memo</a></h1>
<p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
<p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.</p>
<p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."</p>
<p>This Internet-Draft will expire on February 21, 2020.</p>
<p>This Internet-Draft will expire on March 22, 2020.</p>
<h1 id="rfc.copyrightnotice"><a href="#rfc.copyrightnotice">Copyright Notice</a></h1>
<p>Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
<p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.</p>
Expand Down Expand Up @@ -467,7 +467,7 @@ <h2 id="rfc.section.4.2">
</pre>
<p class="figure">Figure 2: QUIC Short Header</p>
<p id="rfc.section.4.2.p.2">A QUIC packet with a short header has the high bit of the first byte set to 0.</p>
<p id="rfc.section.4.2.p.3">A QUIC packet with a short header includes a Destination Connection ID. The short header does not include the Connection ID Lengths, Source Connection ID, or Version fields.</p>
<p id="rfc.section.4.2.p.3">A QUIC packet with a short header includes a Destination Connection ID immediately following the first byte. The short header does not include the Connection ID Lengths, Source Connection ID, or Version fields. The length of the Destination Connection ID is not specified in packets with a short header and is not constrained by this specification.</p>
<p id="rfc.section.4.2.p.4">The remainder of the packet has version-specific semantics.</p>
<h2 id="rfc.section.4.3">
<a href="#rfc.section.4.3">4.3.</a> <a href="#connection-id" id="connection-id">Connection ID</a>
Expand Down Expand Up @@ -536,7 +536,7 @@ <h2 id="rfc.references.1">
<tr>
<td class="reference"><b id="QUIC-TRANSPORT">[QUIC-TRANSPORT]</b></td>
<td class="top">
<a title="Google">Iyengar, J.</a> and <a title="Mozilla">M. Thomson</a>, "<a href="https://tools.ietf.org/html/draft-ietf-quic-transport">QUIC: A UDP-Based Multiplexed and Secure Transport</a>", Internet-Draft draft-ietf-quic-transport, August 2019.</td>
<a title="Google">Iyengar, J.</a> and <a title="Mozilla">M. Thomson</a>, "<a href="https://tools.ietf.org/html/draft-ietf-quic-transport">QUIC: A UDP-Based Multiplexed and Secure Transport</a>", Internet-Draft draft-ietf-quic-transport, September 2019.</td>
</tr>
<tr>
<td class="reference"><b id="RFC2119">[RFC2119]</b></td>
Expand All @@ -555,7 +555,7 @@ <h2 id="rfc.references.2">
<tr>
<td class="reference"><b id="QUIC-TLS">[QUIC-TLS]</b></td>
<td class="top">
<a title="Mozilla">Thomson, M.</a> and <a title="sn3rd">S. Turner</a>, "<a href="https://tools.ietf.org/html/draft-ietf-quic-tls">Using Transport Layer Security (TLS) to Secure QUIC</a>", Internet-Draft draft-ietf-quic-tls, August 2019.</td>
<a title="Mozilla">Thomson, M.</a> and <a title="sn3rd">S. Turner</a>, "<a href="https://tools.ietf.org/html/draft-ietf-quic-tls">Using Transport Layer Security (TLS) to Secure QUIC</a>", Internet-Draft draft-ietf-quic-tls, September 2019.</td>
</tr>
<tr>
<td class="reference"><b id="RFC5116">[RFC5116]</b></td>
Expand Down
Expand Up @@ -4,8 +4,8 @@

QUIC M. Thomson
Internet-Draft Mozilla
Intended status: Standards Track August 20, 2019
Expires: February 21, 2020
Intended status: Standards Track September 19, 2019
Expires: March 22, 2020


Version-Independent Properties of QUIC
Expand Down Expand Up @@ -42,7 +42,7 @@ Status of This Memo
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."

This Internet-Draft will expire on February 21, 2020.
This Internet-Draft will expire on March 22, 2020.

Copyright Notice

Expand All @@ -53,9 +53,9 @@ Copyright Notice



Thomson Expires February 21, 2020 [Page 1]
Thomson Expires March 22, 2020 [Page 1]

Internet-Draft QUIC Invariants August 2019
Internet-Draft QUIC Invariants September 2019


This document is subject to BCP 78 and the IETF Trust's Legal
Expand All @@ -81,7 +81,7 @@ Table of Contents
5. Version Negotiation . . . . . . . . . . . . . . . . . . . . . 6
6. Security and Privacy Considerations . . . . . . . . . . . . . 7
7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 7
8. References . . . . . . . . . . . . . . . . . . . . . . . . . 7
8. References . . . . . . . . . . . . . . . . . . . . . . . . . 8
8.1. Normative References . . . . . . . . . . . . . . . . . . 8
8.2. Informative References . . . . . . . . . . . . . . . . . 8
8.3. URIs . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Expand Down Expand Up @@ -109,9 +109,9 @@ Table of Contents



Thomson Expires February 21, 2020 [Page 2]
Thomson Expires March 22, 2020 [Page 2]

Internet-Draft QUIC Invariants August 2019
Internet-Draft QUIC Invariants September 2019


Appendix A is a non-exhaustive list of some incorrect assumptions
Expand Down Expand Up @@ -165,9 +165,9 @@ Internet-Draft QUIC Invariants August 2019



Thomson Expires February 21, 2020 [Page 3]
Thomson Expires March 22, 2020 [Page 3]

Internet-Draft QUIC Invariants August 2019
Internet-Draft QUIC Invariants September 2019


0 1 2 3
Expand Down Expand Up @@ -221,9 +221,9 @@ Internet-Draft QUIC Invariants August 2019



Thomson Expires February 21, 2020 [Page 4]
Thomson Expires March 22, 2020 [Page 4]

Internet-Draft QUIC Invariants August 2019
Internet-Draft QUIC Invariants September 2019


0 1 2 3
Expand All @@ -242,8 +242,11 @@ Internet-Draft QUIC Invariants August 2019
set to 0.

A QUIC packet with a short header includes a Destination Connection
ID. The short header does not include the Connection ID Lengths,
Source Connection ID, or Version fields.
ID immediately following the first byte. The short header does not
include the Connection ID Lengths, Source Connection ID, or Version
fields. The length of the Destination Connection ID is not specified
in packets with a short header and is not constrained by this
specification.

The remainder of the packet has version-specific semantics.

Expand Down Expand Up @@ -271,17 +274,18 @@ Internet-Draft QUIC Invariants August 2019

The properties described in this document apply to all versions of
QUIC. A protocol that does not conform to the properties described
in this document is not QUIC. Future documents might describe
additional properties which apply to a specific QUIC version, or to a
range of QUIC versions.



Thomson Expires February 21, 2020 [Page 5]
Thomson Expires March 22, 2020 [Page 5]

Internet-Draft QUIC Invariants August 2019
Internet-Draft QUIC Invariants September 2019


in this document is not QUIC. Future documents might describe
additional properties which apply to a specific QUIC version, or to a
range of QUIC versions.

5. Version Negotiation

A QUIC endpoint that receives a packet with a long header and a
Expand Down Expand Up @@ -327,16 +331,16 @@ Internet-Draft QUIC Invariants August 2019
endpoint MUST ignore a packet that contains no Supported Version
fields, or a truncated Supported Version.

Version Negotiation packets do not use integrity or confidentiality
protection. A specific QUIC version might authenticate the packet as
part of its connection establishment process.



Thomson Expires February 21, 2020 [Page 6]
Thomson Expires March 22, 2020 [Page 6]

Internet-Draft QUIC Invariants August 2019
Internet-Draft QUIC Invariants September 2019


Version Negotiation packets do not use integrity or confidentiality
protection. A specific QUIC version might authenticate the packet as
part of its connection establishment process.

An endpoint MUST include the value from the Source Connection ID
field of the packet it receives in the Destination Connection ID
Expand Down Expand Up @@ -381,25 +385,23 @@ Internet-Draft QUIC Invariants August 2019

This document makes no request of IANA.

8. References







Thomson Expires February 21, 2020 [Page 7]
Thomson Expires March 22, 2020 [Page 7]

Internet-Draft QUIC Invariants August 2019
Internet-Draft QUIC Invariants September 2019


8. References

8.1. Normative References

[QUIC-TRANSPORT]
Iyengar, J., Ed. and M. Thomson, Ed., "QUIC: A UDP-Based
Multiplexed and Secure Transport", draft-ietf-quic-
transport (work in progress), August 2019.
transport (work in progress), September 2019.

[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", BCP 14, RFC 2119,
Expand All @@ -415,7 +417,7 @@ Internet-Draft QUIC Invariants August 2019
[QUIC-TLS]
Thomson, M., Ed. and S. Turner, Ed., "Using Transport
Layer Security (TLS) to Secure QUIC", draft-ietf-quic-tls
(work in progress), August 2019.
(work in progress), September 2019.

[RFC5116] McGrew, D., "An Interface and Algorithms for Authenticated
Encryption", RFC 5116, DOI 10.17487/RFC5116, January 2008,
Expand All @@ -440,16 +442,17 @@ Appendix A. Incorrect Assumptions
are not even true for QUIC version 1. This is not an exhaustive
list, it is intended to be illustrative only.

The following statements are NOT guaranteed to be true for every QUIC
version:



Thomson Expires February 21, 2020 [Page 8]
Thomson Expires March 22, 2020 [Page 8]

Internet-Draft QUIC Invariants August 2019
Internet-Draft QUIC Invariants September 2019


The following statements are NOT guaranteed to be true for every QUIC
version:

o QUIC uses TLS [QUIC-TLS] and some TLS messages are visible on the
wire

Expand Down Expand Up @@ -492,6 +495,17 @@ Internet-Draft QUIC Invariants August 2019

Author's Address







Thomson Expires March 22, 2020 [Page 9]

Internet-Draft QUIC Invariants September 2019


Martin Thomson
Mozilla

Expand All @@ -501,4 +515,46 @@ Author's Address



Thomson Expires February 21, 2020 [Page 9]










































Thomson Expires March 22, 2020 [Page 10]

0 comments on commit b6d7fd6

Please sign in to comment.