Skip to content

Commit

Permalink
Script updating gh-pages from 47c1dc8. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Sep 5, 2024
1 parent 770a0cf commit d57a297
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 1,820 deletions.
20 changes: 11 additions & 9 deletions draft-mattsson-tls-super-jumbo-record-limit.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<meta content="
TLS 1.3 records limit the inner plaintext (TLSInnerPlaintext) size to 2 14 + 1 bytes, which includes one byte for the content type, and have a 3-byte overhead due to the fixed fields opaque_type and legacy_record_version. This document defines a TLS extension that allows endpoints to negotiate a larger maximum inner plaintext size, up to 2 32 - 256 bytes, while reducing overhead.
" name="description">
<meta content="xml2rfc 3.22.0" name="generator">
<meta content="xml2rfc 3.23.0" name="generator">
<meta content="next generation" name="keyword">
<meta content="unicorn" name="keyword">
<meta content="sparkling distributed ledger" name="keyword">
<meta content="draft-mattsson-tls-super-jumbo-record-limit-latest" name="ietf.draft">
<!-- Generator version information:
xml2rfc 3.22.0
xml2rfc 3.23.0
Python 3.12.3
ConfigArgParse 1.7
google-i18n-address 3.1.0
Expand All @@ -28,7 +28,7 @@
pycountry 22.3.5
PyYAML 6.0.1
requests 2.32.3
setuptools 69.5.1
setuptools 70.3.0
wcwidth 0.2.13
-->
<link href="draft-mattsson-tls-super-jumbo-record-limit.xml" rel="alternate" type="application/rfc+xml">
Expand Down Expand Up @@ -1028,11 +1028,11 @@
<thead><tr>
<td class="left">Internet-Draft</td>
<td class="center">Large Record Sizes for TLS</td>
<td class="right">July 2024</td>
<td class="right">September 2024</td>
</tr></thead>
<tfoot><tr>
<td class="left">Preuß Mattsson, et al.</td>
<td class="center">Expires 9 January 2025</td>
<td class="center">Expires 9 March 2025</td>
<td class="right">[Page]</td>
</tr></tfoot>
</table>
Expand All @@ -1045,12 +1045,12 @@
<dd class="internet-draft">draft-mattsson-tls-super-jumbo-record-limit-latest</dd>
<dt class="label-published">Published:</dt>
<dd class="published">
<time datetime="2024-07-08" class="published">8 July 2024</time>
<time datetime="2024-09-05" class="published">5 September 2024</time>
</dd>
<dt class="label-intended-status">Intended Status:</dt>
<dd class="intended-status">Standards Track</dd>
<dt class="label-expires">Expires:</dt>
<dd class="expires"><time datetime="2025-01-09">9 January 2025</time></dd>
<dd class="expires"><time datetime="2025-03-09">9 March 2025</time></dd>
<dt class="label-authors">Authors:</dt>
<dd class="authors">
<div class="author">
Expand Down Expand Up @@ -1108,7 +1108,7 @@ <h2 id="name-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."<a href="#section-boilerplate.1-3" class="pilcrow"></a></p>
<p id="section-boilerplate.1-4">
This Internet-Draft will expire on 9 January 2025.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
This Internet-Draft will expire on 9 March 2025.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
</section>
</div>
<div id="copyright">
Expand Down Expand Up @@ -1229,7 +1229,7 @@ <h2 id="name-the-large_record_size_limit">
select (Length.type) {
case u16: uint16;
case u24: uint24;
case u32: uint24;
case u32: uint32;
};
} VarLength;
</pre><a href="#section-3-11" class="pilcrow"></a>
Expand Down Expand Up @@ -1318,6 +1318,7 @@ <h2 id="name-iana-considerations">
</ul>
</section>
</div>
<div id="sec-combined-references">
<section id="section-7">
<h2 id="name-references">
<a href="#section-7" class="section-number selfRef">7. </a><a href="#name-references" class="section-name selfRef">References</a>
Expand Down Expand Up @@ -1369,6 +1370,7 @@ <h3 id="name-informative-references">
</section>
</div>
</section>
</div>
<div id="acknowledgments">
<section id="appendix-A">
<h2 id="name-acknowledgments">
Expand Down
8 changes: 4 additions & 4 deletions draft-mattsson-tls-super-jumbo-record-limit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
Transport Layer Security J. Preuß Mattsson
Internet-Draft Ericsson
Intended status: Standards Track H. Tschofenig
Expires: 9 January 2025 Siemens
Expires: 9 March 2025 Siemens
M. Tüxen
Münster Univ. of Applied Sciences
8 July 2024
5 September 2024


Large Record Sizes for TLS and DTLS with Reduced Overhead
Expand Down Expand Up @@ -56,7 +56,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 9 January 2025.
This Internet-Draft will expire on 9 March 2025.

Copyright Notice

Expand Down Expand Up @@ -178,7 +178,7 @@ Table of Contents
select (Length.type) {
case u16: uint16;
case u24: uint24;
case u32: uint24;
case u32: uint32;
};
} VarLength;

Expand Down
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ <h1>Editor's drafts for main branch of <a href="https://github.com/emanjon/tls-s
<td></td>
</tr>
</table>
<h2>Preview for branch <a href="suggestions">suggestions</a></h2>
<table id="branch-suggestions">
<tr>
<td><a href="suggestions/draft-mattsson-tls-super-jumbo-record-limit.html" class="html draft-mattsson-tls-super-jumbo-record-limit" title="Large Record Sizes for TLS and DTLS with Reduced Overhead (HTML)">Large Record Sizes for TLS</a></td>
<td><a href="suggestions/draft-mattsson-tls-super-jumbo-record-limit.txt" class="txt draft-mattsson-tls-super-jumbo-record-limit" title="Large Record Sizes for TLS and DTLS with Reduced Overhead (Text)">plain text</a></td>
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://emanjon.github.io/tls-super-jumbo-record-limit/draft-mattsson-tls-super-jumbo-record-limit.txt&amp;url_2=https://emanjon.github.io/tls-super-jumbo-record-limit/suggestions/draft-mattsson-tls-super-jumbo-record-limit.txt" class="diff draft-mattsson-tls-super-jumbo-record-limit">diff with main</a></td>
</tr>
</table>
<script>
window.onload = function() {
var referrer_branch = 'main';
Expand Down
Loading

0 comments on commit d57a297

Please sign in to comment.