From: Alessandro Ghedini Date: Thu, 17 Sep 2015 11:33:40 +0000 (+0200) Subject: Print debug info for extended master secret extension X-Git-Tag: OpenSSL_1_1_0-pre1~495 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fecd04e9104bc4216297ec3756783ef27348280c;p=oweals%2Fopenssl.git Print debug info for extended master secret extension Signed-off-by: Rich Salz Reviewed-by: Tim Hudson --- diff --git a/apps/s_cb.c b/apps/s_cb.c index f4559fa70f..643d91a160 100644 --- a/apps/s_cb.c +++ b/apps/s_cb.c @@ -714,6 +714,9 @@ static STRINT_PAIR tlsext_types[] = { #ifdef TLSEXT_TYPE_application_layer_protocol_negotiation {"application layer protocol negotiation", TLSEXT_TYPE_application_layer_protocol_negotiation}, +#endif +#ifdef TLSEXT_TYPE_extended_master_secret + {"extended master secret", TLSEXT_TYPE_extended_master_secret}, #endif {NULL} };