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

Function TLSv1_client_method

extra/yassl/src/ssl.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175
176SSL_METHOD* TLSv1_client_method()
177{
178 return NEW_YS SSL_METHOD(client_end, ProtocolVersion(3,1));
179}
180
181
182SSL_METHOD* TLSv1_1_server_method()

Callers 1

client_testFunction · 0.85

Calls 2

ProtocolVersionClass · 0.85
SSL_METHODClass · 0.50

Tested by

no test coverage detected