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

Function TLSv1_server_method

extra/yassl/src/ssl.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170SSL_METHOD* TLSv1_server_method()
171{
172 return NEW_YS SSL_METHOD(server_end, ProtocolVersion(3,1));
173}
174
175
176SSL_METHOD* TLSv1_client_method()

Callers 1

server_testFunction · 0.85

Calls 2

ProtocolVersionClass · 0.85
SSL_METHODClass · 0.50

Tested by

no test coverage detected