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:
parent
5573ee3669
commit
fecd04e910
@ -714,6 +714,9 @@ static STRINT_PAIR tlsext_types[] = {
|
|||||||
#ifdef TLSEXT_TYPE_application_layer_protocol_negotiation
|
#ifdef TLSEXT_TYPE_application_layer_protocol_negotiation
|
||||||
{"application layer protocol negotiation",
|
{"application layer protocol negotiation",
|
||||||
TLSEXT_TYPE_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
|
#endif
|
||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user