Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
namespace { // locals
34
35
bool 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
SetSuites
Method · 0.85
makeMasterSecret
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected