From 12c1621523d001db9b7ae1bab8c29d75208b9a6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 16 Aug 2012 13:43:37 +0000 Subject: [PATCH] Enable message names for TLS 1.1, 1.2 with -msg. --- apps/s_cb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/s_cb.c b/apps/s_cb.c index 160b5bd59d..84c3b447c2 100644 --- a/apps/s_cb.c +++ b/apps/s_cb.c @@ -436,6 +436,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) { -- 2.25.1