MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / SSLv23_server_method

Function SSLv23_server_method

extra/yassl/src/ssl.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192
193
194SSL_METHOD* SSLv23_server_method()
195{
196 // compatibility only, no version 2 support, but does SSL 3 and TLS 1
197 return NEW_YS SSL_METHOD(server_end, ProtocolVersion(3,2), true);
198}
199
200
201SSL_METHOD* SSLv23_client_method()

Callers 1

echoserver_testFunction · 0.85

Calls 2

ProtocolVersionClass · 0.85
SSL_METHODClass · 0.50

Tested by

no test coverage detected