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