DOC: config: Fix typo in ssl_fc_unique_id description
In ssl_fc_unique_id decription, threre is a reference to the wrong sample fetch. ssl_bc_unique_id is used instead of ssl_fc_unique_id. This patch should fix the issue #1449. It may be backported to all supportted versions.
This commit is contained in:
parent
42d7c402d5
commit
15ae22c02c
@ -19443,7 +19443,7 @@ ssl_fc_protocol_hello_id : integer
|
|||||||
ssl_fc_unique_id : binary
|
ssl_fc_unique_id : binary
|
||||||
When the incoming connection was made over an SSL/TLS transport layer,
|
When the incoming connection was made over an SSL/TLS transport layer,
|
||||||
returns the TLS unique ID as defined in RFC5929 section 3. The unique id
|
returns the TLS unique ID as defined in RFC5929 section 3. The unique id
|
||||||
can be encoded to base64 using the converter: "ssl_bc_unique_id,base64".
|
can be encoded to base64 using the converter: "ssl_fc_unique_id,base64".
|
||||||
|
|
||||||
ssl_fc_server_handshake_traffic_secret : string
|
ssl_fc_server_handshake_traffic_secret : string
|
||||||
Return the SERVER_HANDSHAKE_TRAFFIC_SECRET as an hexadecimal string for the
|
Return the SERVER_HANDSHAKE_TRAFFIC_SECRET as an hexadecimal string for the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user