Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ SSLv3_client_method
Function
SSLv3_client_method
extra/yassl/src/ssl.cpp:164–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
163
164
SSL_METHOD* SSLv3_client_method()
165
{
166
return NEW_YS SSL_METHOD(client_end, ProtocolVersion(3,0));
167
}
168
169
170
SSL_METHOD* TLSv1_server_method()
Callers
1
SSLv3_method
Function · 0.85
Calls
2
ProtocolVersion
Class · 0.85
SSL_METHOD
Class · 0.50
Tested by
no test coverage detected