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

Function TLSv1_1_server_method

extra/yassl/src/ssl.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181
182SSL_METHOD* TLSv1_1_server_method()
183{
184 return NEW_YS SSL_METHOD(server_end, ProtocolVersion(3,2));
185}
186
187
188SSL_METHOD* TLSv1_1_client_method()

Callers

nothing calls this directly

Calls 2

ProtocolVersionClass · 0.85
SSL_METHODClass · 0.50

Tested by

no test coverage detected