Skip to content

Commit 00be358

Browse files
raycollwtarreau
authored andcommitted
DOC: proxy-protocol: Make example for PP2_SUBTYPE_SSL_SIG_ALG accurate
The docs call out that this field is the algorithm used to sign the certificate. However, the example only had the hash portion of the signature algorithm. This change updates the example to be accurate based on a value written by HAProxy, which is based on an OID for signature algorithms. I based example on a real TLV written by HAProxy on my machine with all SSL TLVs enabled in config.
1 parent 1517869 commit 00be358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/proxy-protocol.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ of the used cipher, for example "ECDHE-RSA-AES128-GCM-SHA256".
654654
The second level TLV PP2_SUBTYPE_SSL_SIG_ALG provides the US-ASCII string name
655655
of the algorithm used to sign the certificate presented by the frontend when
656656
the incoming connection was made over an SSL/TLS transport layer, for example
657-
"SHA256".
657+
"RSA-SHA256".
658658

659659
The second level TLV PP2_SUBTYPE_SSL_KEY_ALG provides the US-ASCII string name
660660
of the algorithm used to generate the key of the certificate presented by the

0 commit comments

Comments
 (0)