Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ TLSv1_server_method
Function
TLSv1_server_method
extra/yassl/src/ssl.cpp:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
169
170
SSL_METHOD* TLSv1_server_method()
171
{
172
return NEW_YS SSL_METHOD(server_end, ProtocolVersion(3,1));
173
}
174
175
176
SSL_METHOD* TLSv1_client_method()
Callers
1
server_test
Function · 0.85
Calls
2
ProtocolVersion
Class · 0.85
SSL_METHOD
Class · 0.50
Tested by
no test coverage detected