Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1558
bool 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_message
Function · 0.80
decrypt_message
Function · 0.80
cipherFinished
Function · 0.80
buildMessage
Function · 0.80
Process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected