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

Function isTLS

extra/yassl/src/yassl_imp.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace { // locals
34
35bool isTLS(ProtocolVersion pv)
36{
37 if (pv.major_ >= 3 && pv.minor_ >= 1)
38 return true;
39
40 return false;
41}
42
43
44} // namespace (locals)

Callers 2

SetSuitesMethod · 0.85
makeMasterSecretMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected