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> (cherry picked from commit b48357d9953decc43333979ca11ebc1500040f4e)
This commit is contained in:
parent
2f2295a596
commit
2d07f60a02
@ -981,6 +981,11 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
|
|||||||
extname = "next protocol";
|
extname = "next protocol";
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef TLSEXT_TYPE_application_layer_protocol_negotiation
|
||||||
|
case TLSEXT_TYPE_application_layer_protocol_negotiation:
|
||||||
|
extname = "application layer protocol negotiation";
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
|
|
||||||
case TLSEXT_TYPE_padding:
|
case TLSEXT_TYPE_padding:
|
||||||
extname = "TLS padding";
|
extname = "TLS padding";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user