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

Method isTLSv1_1

extra/yassl/src/yassl_int.cpp:1558–1561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1556
1557
1558bool SSL::isTLSv1_1() const
1559{
1560 return secure_.get_connection().TLSv1_1_;
1561}
1562
1563
1564// is there buffered data available, optimization to remove iteration on buffer

Callers 5

sanity_check_messageFunction · 0.80
decrypt_messageFunction · 0.80
cipherFinishedFunction · 0.80
buildMessageFunction · 0.80
ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected