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

Method isTLS

extra/yassl/src/yassl_int.cpp:1552–1555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1550
1551
1552bool SSL::isTLS() const
1553{
1554 return secure_.get_connection().TLS_;
1555}
1556
1557
1558bool SSL::isTLSv1_1() const

Callers 9

cipherFinishedFunction · 0.80
buildMessageFunction · 0.80
buildFinishedFunction · 0.80
build_certHashesFunction · 0.80
buildMethod · 0.80
readMethod · 0.80
ProcessMethod · 0.80
timing_verifyFunction · 0.80
SSL_get_versionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected