summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-08-19 17:12:31 +0200
committerRich Salz <rsalz@openssl.org>2015-08-26 07:07:47 -0400
commitb48357d9953decc43333979ca11ebc1500040f4e (patch)
tree5da99c1f996c4d16b4a73250e4a51f0324c654e8 /apps/s_cb.c
parent4c42ebd2f39ee30bf44cd016a3a838ab2efe8c08 (diff)
GH371: Print debug info for ALPN extension
Also known as RT 4106 Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'apps/s_cb.c')
-rw-r--r--apps/s_cb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/s_cb.c b/apps/s_cb.c
index 2a18f74dc3..07ce997081 100644
--- a/apps/s_cb.c
+++ b/apps/s_cb.c
@@ -711,6 +711,10 @@ static STRINT_PAIR tlsext_types[] = {
#ifdef TLSEXT_TYPE_encrypt_then_mac
{"encrypt-then-mac", TLSEXT_TYPE_encrypt_then_mac},
#endif
+#ifdef TLSEXT_TYPE_application_layer_protocol_negotiation
+ {"application layer protocol negotiation",
+ TLSEXT_TYPE_application_layer_protocol_negotiation},
+#endif
{NULL}
};