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

Function SSL_do_handshake

extra/yassl/src/ssl.cpp:423–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421
422
423int SSL_do_handshake(SSL* ssl)
424{
425 if (ssl->getSecurity().get_parms().entity_ == client_end)
426 return SSL_connect(ssl);
427 else
428 return SSL_accept(ssl);
429}
430
431
432int SSL_clear(SSL* ssl)

Callers

nothing calls this directly

Calls 3

SSL_connectFunction · 0.85
SSL_acceptFunction · 0.85
get_parmsMethod · 0.80

Tested by

no test coverage detected