projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5573ee3
)
Print debug info for extended master secret extension
author
Alessandro Ghedini
<alessandro@ghedini.me>
Thu, 17 Sep 2015 11:33:40 +0000
(13:33 +0200)
committer
Rich Salz
<rsalz@openssl.org>
Mon, 28 Sep 2015 17:37:44 +0000
(13:37 -0400)
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/s_cb.c
patch
|
blob
|
history
diff --git
a/apps/s_cb.c
b/apps/s_cb.c
index f4559fa70f0d766fe9cc47203d3fb0a3a7647e8e..643d91a160bc6118c852972b14c981cc74e81cef 100644
(file)
--- 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}
};