include TVS 1.1 version string
This commit is contained in:
parent
37c541faed
commit
48435b2098
@ -357,6 +357,9 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *
|
|||||||
case TLS1_VERSION:
|
case TLS1_VERSION:
|
||||||
str_version = "TLS 1.0 ";
|
str_version = "TLS 1.0 ";
|
||||||
break;
|
break;
|
||||||
|
case TLS1_1_VERSION:
|
||||||
|
str_version = "TLS 1.1 ";
|
||||||
|
break;
|
||||||
case DTLS1_VERSION:
|
case DTLS1_VERSION:
|
||||||
str_version = "DTLS 1.0 ";
|
str_version = "DTLS 1.0 ";
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user