apps/s_cb.c: recognized latest TLS version.
This commit is contained in:
parent
1df80b6561
commit
cbc0b0ec2d
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue