Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jawj authored Jan 27, 2025
1 parent 6ae09e2 commit 46dbc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 id="heading">See this page fetch itself, byte by byte, over TLS</h1>
<li>It’s built on <a href="https://github.com/jawj/subtls">subtls</a>, a pure-JS TLS 1.3 implementation that depends only on <a href="https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto">SubtleCrypto</a>. Raw TCP traffic is carried via a simple <a href="https://github.com/jawj/subtls/blob/main/subtls-wsproxy/worker.ts">WebSocket proxy</a>.</li>
</ul>
<p>
<span class="hex" style="color: #111"><span style="color: #fff; background: #777"> Key </span> Raw bytes in hexadecimal or ++ = new TLS record begins.</span> <span class="hex" style="color: #8cc">Outgoing message annotations.</span> <span class="hex" style="color: #88c">Incoming message annotations.</span>
<span class="hex" style="color: #111"><span style="color: #fff; background: #777"> Key </span> Raw bytes in hexadecimal.</span> <span class="hex" style="color: #8cc">Outgoing message annotations.</span> <span class="hex" style="color: #88c">Incoming message annotations.</span>
</p>
<p><input id="go" type="button" value="Get this page, byte by byte"></p>
</div>
Expand Down

0 comments on commit 46dbc00

Please sign in to comment.