Skip to content

Commit 95755b4

Browse files
author
ID Bot
committed
Script updating gh-pages from dffd83e. [ci skip]
1 parent 466b63d commit 95755b4

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

bishop-nits/draft-ietf-tls-keylogfile.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,9 +1312,7 @@ <h2 id="name-the-sslkeylogfile-format">
13121312
<p id="section-2-5.4.1">The 32-byte value of the Random field from the ClientHello message that
13131313
established the TLS connection. This value is encoded as 64 hexadecimal
13141314
characters. In a log that can include secrets from multiple connections, this
1315-
field is used to correlate multiple secrets from the same connection. This
1316-
allows secrets to be matched to the correct connection, provided that records
1317-
can be matched to the correct ClientHello message.<a href="#section-2-5.4.1" class="pilcrow"></a></p>
1315+
field can be used to identify a connection.<a href="#section-2-5.4.1" class="pilcrow"></a></p>
13181316
</dd>
13191317
<dd class="break"></dd>
13201318
<dt id="section-2-5.5">secret:</dt>

bishop-nits/draft-ietf-tls-keylogfile.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,8 @@ Table of Contents
169169
client_random: The 32-byte value of the Random field from the
170170
ClientHello message that established the TLS connection. This
171171
value is encoded as 64 hexadecimal characters. In a log that can
172-
include secrets from multiple connections, this field is used to
173-
correlate multiple secrets from the same connection. This allows
174-
secrets to be matched to the correct connection, provided that
175-
records can be matched to the correct ClientHello message.
172+
include secrets from multiple connections, this field can be used
173+
to identify a connection.
176174

177175
secret: The value of the identified secret for the identified
178176
connection. This value is encoded in hexadecimal, with a length

0 commit comments

Comments
 (0)