Print debug info for extended master secret extension

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Alessandro Ghedini 2015-09-17 13:33:40 +02:00 committed by Rich Salz
parent 5573ee3669
commit fecd04e910

View File

@ -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}
};