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:
1df80b6
)
apps/s_cb.c: recognized latest TLS version.
author
Andy Polyakov
<appro@openssl.org>
Sat, 11 Feb 2012 13:30:47 +0000
(13:30 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 11 Feb 2012 13:30:47 +0000
(13:30 +0000)
apps/s_cb.c
patch
|
blob
|
history
diff --git
a/apps/s_cb.c
b/apps/s_cb.c
index c0f089c4b4b4eaa19e21a2b43bd41ced8be96369..38eae7fe367725b314eb2196d4fa6deb73d1c998 100644
(file)
--- a/
apps/s_cb.c
+++ b/
apps/s_cb.c
@@
-360,6
+360,9
@@
void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *
case TLS1_1_VERSION:
str_version = "TLS 1.1 ";
break;
+ case TLS1_2_VERSION:
+ str_version = "TLS 1.2 ";
+ break;
case DTLS1_VERSION:
str_version = "DTLS 1.0 ";
break;