mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-20 21:31:28 +02:00
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.
This commit is contained in:
parent
1517869145
commit
00be358426
@ -654,7 +654,7 @@ of the used cipher, for example "ECDHE-RSA-AES128-GCM-SHA256".
|
|||||||
The second level TLV PP2_SUBTYPE_SSL_SIG_ALG provides the US-ASCII string name
|
The second level TLV PP2_SUBTYPE_SSL_SIG_ALG provides the US-ASCII string name
|
||||||
of the algorithm used to sign the certificate presented by the frontend when
|
of the algorithm used to sign the certificate presented by the frontend when
|
||||||
the incoming connection was made over an SSL/TLS transport layer, for example
|
the incoming connection was made over an SSL/TLS transport layer, for example
|
||||||
"SHA256".
|
"RSA-SHA256".
|
||||||
|
|
||||||
The second level TLV PP2_SUBTYPE_SSL_KEY_ALG provides the US-ASCII string name
|
The second level TLV PP2_SUBTYPE_SSL_KEY_ALG provides the US-ASCII string name
|
||||||
of the algorithm used to generate the key of the certificate presented by the
|
of the algorithm used to generate the key of the certificate presented by the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user