GH371: Print debug info for ALPN extension
Also known as RT 4106 Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
4c42ebd2f3
commit
b48357d995
@ -710,6 +710,10 @@ static STRINT_PAIR tlsext_types[] = {
|
|||||||
#endif
|
#endif
|
||||||
#ifdef TLSEXT_TYPE_encrypt_then_mac
|
#ifdef TLSEXT_TYPE_encrypt_then_mac
|
||||||
{"encrypt-then-mac", TLSEXT_TYPE_encrypt_then_mac},
|
{"encrypt-then-mac", TLSEXT_TYPE_encrypt_then_mac},
|
||||||
|
#endif
|
||||||
|
#ifdef TLSEXT_TYPE_application_layer_protocol_negotiation
|
||||||
|
{"application layer protocol negotiation",
|
||||||
|
TLSEXT_TYPE_application_layer_protocol_negotiation},
|
||||||
#endif
|
#endif
|
||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user