From: Alessandro Ghedini Date: Wed, 19 Aug 2015 15:12:31 +0000 (+0200) Subject: GH371: Print debug info for ALPN extension X-Git-Tag: OpenSSL_1_1_0-pre1~779 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b48357d9953decc43333979ca11ebc1500040f4e;p=oweals%2Fopenssl.git GH371: Print debug info for ALPN extension Also known as RT 4106 Signed-off-by: Rich Salz Reviewed-by: Matt Caswell --- diff --git a/apps/s_cb.c b/apps/s_cb.c index 2a18f74dc3..07ce997081 100644 --- a/apps/s_cb.c +++ b/apps/s_cb.c @@ -710,6 +710,10 @@ static STRINT_PAIR tlsext_types[] = { #endif #ifdef 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 {NULL} };