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

Function SSL_get_verify_result

extra/yassl/src/ssl.cpp:688–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686
687
688long SSL_get_verify_result(SSL*)
689{
690 // won't get here if not OK
691 return X509_V_OK;
692}
693
694
695long SSL_CTX_sess_set_cache_size(SSL_CTX* /*ctx*/, long /*sz*/)

Callers 1

ssl_verify_server_certFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected