summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2012-08-16 13:42:37 +0000
committerBodo Möller <bodo@openssl.org>2012-08-16 13:42:37 +0000
commit6d78a93b5b37dc203fea0e29aadac7ae2ba3eba2 (patch)
treeba9c991b22560bb719af3ec69b9224e11c526a81 /apps/s_cb.c
parentae9299464557db7ae4b1e78b229eb38eea24a26c (diff)
Enable message names for TLS 1.1, 1.2 with -msg.
Diffstat (limited to 'apps/s_cb.c')
-rw-r--r--apps/s_cb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/s_cb.c b/apps/s_cb.c
index c07066b6b6..4e21475332 100644
--- a/apps/s_cb.c
+++ b/apps/s_cb.c
@@ -527,6 +527,8 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *
if (version == SSL3_VERSION ||
version == TLS1_VERSION ||
+ version == TLS1_1_VERSION ||
+ version == TLS1_2_VERSION ||
version == DTLS1_VERSION ||
version == DTLS1_BAD_VER)
{