MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / ProtocolVersion

Class ProtocolVersion

extra/yassl/include/yassl_imp.hpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49struct ProtocolVersion {
50 uint8 major_;
51 uint8 minor_; // major and minor SSL/TLS version numbers
52
53 ProtocolVersion(uint8 maj = 3, uint8 min = 0);
54};
55
56
57// Record Layer Header for PlainText, Compressed, and CipherText

Callers 9

SetUpBaseFunction · 0.85
SSLv3_server_methodFunction · 0.85
SSLv3_client_methodFunction · 0.85
TLSv1_server_methodFunction · 0.85
TLSv1_client_methodFunction · 0.85
TLSv1_1_server_methodFunction · 0.85
TLSv1_1_client_methodFunction · 0.85
SSLv23_server_methodFunction · 0.85
SSLv23_client_methodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected