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

Function TLSv1_1_client_method

extra/yassl/src/ssl.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187
188SSL_METHOD* TLSv1_1_client_method()
189{
190 return NEW_YS SSL_METHOD(client_end, ProtocolVersion(3,2));
191}
192
193
194SSL_METHOD* SSLv23_server_method()

Callers

nothing calls this directly

Calls 2

ProtocolVersionClass · 0.85
SSL_METHODClass · 0.50

Tested by

no test coverage detected