MCPcopy 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
164SSL_METHOD* SSLv3_client_method()
165{
166 return NEW_YS SSL_METHOD(client_end, ProtocolVersion(3,0));
167}
168
169
170SSL_METHOD* TLSv1_server_method()

Callers 1

SSLv3_methodFunction · 0.85

Calls 2

ProtocolVersionClass · 0.85
SSL_METHODClass · 0.50

Tested by

no test coverage detected