Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ TLSv1_1_client_method
Function
TLSv1_1_client_method
extra/yassl/src/ssl.cpp:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
187
188
SSL_METHOD* TLSv1_1_client_method()
189
{
190
return NEW_YS SSL_METHOD(client_end, ProtocolVersion(3,2));
191
}
192
193
194
SSL_METHOD* SSLv23_server_method()
Callers
nothing calls this directly
Calls
2
ProtocolVersion
Class · 0.85
SSL_METHOD
Class · 0.50
Tested by
no test coverage detected