generated from martinthomson/internet-draft-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Script updating gh-pages from 3d6c81f. [ci skip]
- Loading branch information
ID Bot
committed
Feb 24, 2024
1 parent
d7c1e54
commit 8157534
Showing
2 changed files
with
50 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
<meta content="initial-scale=1.0" name="viewport"> | ||
<title>Super Jumbo Record Size Limit Extension for TLS 1.3</title> | ||
<meta content="John Preuß Mattsson" name="author"> | ||
<meta content="Hannes Tschofenig" name="author"> | ||
<meta content="Michael Tüxen" name="author"> | ||
<meta content=' | ||
An extension "super_jumbo_record_size_limit" to (Datagram) Transport Layer Security (TLS) is defined that allows endpoints to negotiate a 2 16 bytes maximum size of protected records. This is larger than the default limit of around 2 14 bytes. | ||
' name="description"> | ||
|
@@ -1030,7 +1032,7 @@ | |
<td class="right">February 2024</td> | ||
</tr></thead> | ||
<tfoot><tr> | ||
<td class="left">Mattsson</td> | ||
<td class="left">Preuß Mattsson, et al.</td> | ||
<td class="center">Expires 27 August 2024</td> | ||
<td class="right">[Page]</td> | ||
</tr></tfoot> | ||
|
@@ -1050,12 +1052,20 @@ | |
<dd class="intended-status">Standards Track</dd> | ||
<dt class="label-expires">Expires:</dt> | ||
<dd class="expires"><time datetime="2024-08-27">27 August 2024</time></dd> | ||
<dt class="label-authors">Author:</dt> | ||
<dt class="label-authors">Authors:</dt> | ||
<dd class="authors"> | ||
<div class="author"> | ||
<div class="author-name">J. P. Mattsson</div> | ||
<div class="author-name">J. Preuß Mattsson</div> | ||
<div class="org">Ericsson</div> | ||
</div> | ||
<div class="author"> | ||
<div class="author-name">H. Tschofenig</div> | ||
<div class="org">Siemens</div> | ||
</div> | ||
<div class="author"> | ||
<div class="author-name">M. Tüxen</div> | ||
<div class="org">Münster Univ. of Applied Sciences</div> | ||
</div> | ||
</dd> | ||
</dl> | ||
</div> | ||
|
@@ -1161,7 +1171,7 @@ <h2 id="name-copyright-notice"> | |
<p id="section-toc.1-1.8.1"><a href="#appendix-A" class="auto internal xref"></a><a href="#name-acknowledgments" class="internal xref">Acknowledgments</a></p> | ||
</li> | ||
<li class="compact toc ulBare ulEmpty" id="section-toc.1-1.9"> | ||
<p id="section-toc.1-1.9.1"><a href="#appendix-B" class="auto internal xref"></a><a href="#name-authors-address" class="internal xref">Author's Address</a></p> | ||
<p id="section-toc.1-1.9.1"><a href="#appendix-B" class="auto internal xref"></a><a href="#name-authors-addresses" class="internal xref">Authors' Addresses</a></p> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
@@ -1299,8 +1309,8 @@ <h2 id="name-acknowledgments"> | |
</div> | ||
<div id="authors-addresses"> | ||
<section id="appendix-B"> | ||
<h2 id="name-authors-address"> | ||
<a href="#name-authors-address" class="section-name selfRef">Author's Address</a> | ||
<h2 id="name-authors-addresses"> | ||
<a href="#name-authors-addresses" class="section-name selfRef">Authors' Addresses</a> | ||
</h2> | ||
<address class="vcard"> | ||
<div dir="auto" class="left"><span class="fn nameRole">John Preuß Mattsson</span></div> | ||
|
@@ -1310,6 +1320,22 @@ <h2 id="name-authors-address"> | |
<a href="mailto:[email protected]" class="email">[email protected]</a> | ||
</div> | ||
</address> | ||
<address class="vcard"> | ||
<div dir="auto" class="left"><span class="fn nameRole">Hannes Tschofenig</span></div> | ||
<div dir="auto" class="left"><span class="org">Siemens</span></div> | ||
<div class="email"> | ||
<span>Email:</span> | ||
<a href="mailto:[email protected]" class="email">[email protected]</a> | ||
</div> | ||
</address> | ||
<address class="vcard"> | ||
<div dir="auto" class="left"><span class="fn nameRole">Michael Tüxen</span></div> | ||
<div dir="auto" class="left"><span class="org">Münster Univ. of Applied Sciences</span></div> | ||
<div class="email"> | ||
<span>Email:</span> | ||
<a href="mailto:[email protected]" class="email">[email protected]</a> | ||
</div> | ||
</address> | ||
</section> | ||
</div> | ||
<script>const toc = document.getElementById("toc"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,13 @@ | |
|
||
|
||
|
||
Transport Layer Security J. P. Mattsson | ||
Transport Layer Security J. Preuß Mattsson | ||
Internet-Draft Ericsson | ||
Intended status: Standards Track 24 February 2024 | ||
Expires: 27 August 2024 | ||
Intended status: Standards Track H. Tschofenig | ||
Expires: 27 August 2024 Siemens | ||
M. Tüxen | ||
Münster Univ. of Applied Sciences | ||
24 February 2024 | ||
|
||
|
||
Super Jumbo Record Size Limit Extension for TLS 1.3 | ||
|
@@ -79,7 +82,7 @@ Table of Contents | |
7.1. Normative References | ||
7.2. Informative References | ||
Acknowledgments | ||
Author's Address | ||
Authors' Addresses | ||
|
||
1. Introduction | ||
|
||
|
@@ -240,8 +243,18 @@ Acknowledgments | |
|
||
Add your name here. | ||
|
||
Author's Address | ||
Authors' Addresses | ||
|
||
John Preuß Mattsson | ||
Ericsson | ||
Email: [email protected] | ||
|
||
|
||
Hannes Tschofenig | ||
Siemens | ||
Email: [email protected] | ||
|
||
|
||
Michael Tüxen | ||
Münster Univ. of Applied Sciences | ||
Email: [email protected] |