Commit 2d07f60a authored by Alessandro Ghedini's avatar Alessandro Ghedini Committed by Rich Salz
Browse files

GH371: Print debug info for ALPN extension



Also known as RT 4106
Signed-off-by: default avatarRich Salz <rsalz@akamai.com>
Reviewed-by: default avatarMatt Caswell <matt@openssl.org>

(cherry picked from commit b48357d9)
parent 2f2295a5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -981,6 +981,11 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
        extname = "next protocol";
        break;
#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:
        extname = "TLS padding";