Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ SSLv3_server_method
Function
SSLv3_server_method
extra/yassl/src/ssl.cpp:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
157
158
SSL_METHOD* SSLv3_server_method()
159
{
160
return NEW_YS SSL_METHOD(server_end, ProtocolVersion(3,0));
161
}
162
163
164
SSL_METHOD* SSLv3_client_method()
Callers
nothing calls this directly
Calls
2
ProtocolVersion
Class · 0.85
SSL_METHOD
Class · 0.50
Tested by
no test coverage detected