File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff 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
13131313established the TLS connection. This value is encoded as 64 hexadecimal
13141314characters. 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments