From c84e629f06c986260a4bc587d3fac37638504f65 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Fri, 28 Oct 2022 12:07:21 +0100 Subject: [PATCH 1/3] change existing QUIC code point to draft-29, add one for v1 --- protocols.csv | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/protocols.csv b/protocols.csv index 8f19ad3..a03e81f 100644 --- a/protocols.csv +++ b/protocols.csv @@ -23,9 +23,10 @@ code, size, name, comment 448, 0, tls, Transport Layer Security 449, V, sni, Server Name Indication RFC 6066 § 3 454, 0, noise, -460, 0, quic, +460, 0, quic-draft29, +461, 0, quic-v1, 465, 0, webtransport, -466, V, certhash, +466, V, certhash, 480, 0, http, HyperText Transfer Protocol 443, 0, https, Deprecated alias for /tls/http 477, 0, ws, WebSockets From adbbad4e36ee0906a9b874bb65ca62503b2bf91d Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Thu, 10 Nov 2022 02:36:15 -0800 Subject: [PATCH 2/3] don't change the existing QUIC code point --- protocols.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols.csv b/protocols.csv index a03e81f..d29bd23 100644 --- a/protocols.csv +++ b/protocols.csv @@ -23,7 +23,7 @@ code, size, name, comment 448, 0, tls, Transport Layer Security 449, V, sni, Server Name Indication RFC 6066 § 3 454, 0, noise, -460, 0, quic-draft29, +460, 0, quic, 461, 0, quic-v1, 465, 0, webtransport, 466, V, certhash, From 6ddfc217d6370c6799d8ce8ba68d992432e3c43d Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Thu, 10 Nov 2022 23:37:46 -0800 Subject: [PATCH 3/3] fix formatting --- protocols.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protocols.csv b/protocols.csv index d29bd23..160a240 100644 --- a/protocols.csv +++ b/protocols.csv @@ -23,10 +23,10 @@ code, size, name, comment 448, 0, tls, Transport Layer Security 449, V, sni, Server Name Indication RFC 6066 § 3 454, 0, noise, -460, 0, quic, -461, 0, quic-v1, +460, 0, quic, +461, 0, quic-v1, 465, 0, webtransport, -466, V, certhash, +466, V, certhash, 480, 0, http, HyperText Transfer Protocol 443, 0, https, Deprecated alias for /tls/http 477, 0, ws, WebSockets