summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-09-17 13:33:40 +0200
committerRich Salz <rsalz@openssl.org>2015-09-28 13:37:44 -0400
commitfecd04e9104bc4216297ec3756783ef27348280c (patch)
tree0855f87ab64f75c7e1dfe09d41309686b65d12cd /apps/s_cb.c
parent5573ee366900ba94959b5d66606ed352c80340db (diff)
Print debug info for extended master secret extension
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'apps/s_cb.c')
-rw-r--r--apps/s_cb.c3
1 files changed, 3 insertions, 0 deletions
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
@@ -715,6 +715,9 @@ static STRINT_PAIR tlsext_types[] = {
{"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}
};