MCPcopy 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
158SSL_METHOD* SSLv3_server_method()
159{
160 return NEW_YS SSL_METHOD(server_end, ProtocolVersion(3,0));
161}
162
163
164SSL_METHOD* SSLv3_client_method()

Callers

nothing calls this directly

Calls 2

ProtocolVersionClass · 0.85
SSL_METHODClass · 0.50

Tested by

no test coverage detected