Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ TLSv1_client_method
Function
TLSv1_client_method
extra/yassl/src/ssl.cpp:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
175
176
SSL_METHOD* TLSv1_client_method()
177
{
178
return NEW_YS SSL_METHOD(client_end, ProtocolVersion(3,1));
179
}
180
181
182
SSL_METHOD* TLSv1_1_server_method()
Callers
1
client_test
Function · 0.85
Calls
2
ProtocolVersion
Class · 0.85
SSL_METHOD
Class · 0.50
Tested by
no test coverage detected