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:
ae92994
)
Enable message names for TLS 1.1, 1.2 with -msg.
author
Bodo Möller
<bodo@openssl.org>
Thu, 16 Aug 2012 13:42:37 +0000
(13:42 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 16 Aug 2012 13:42:37 +0000
(13:42 +0000)
apps/s_cb.c
patch
|
blob
|
history
diff --git
a/apps/s_cb.c
b/apps/s_cb.c
index c07066b6b6b6372679cd7f650e72a6199fd6ffb0..4e21475332fa12f41a3f2a6391a94af835927418 100644
(file)
--- 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)
{