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

Function SSL_get_verify_depth

extra/yassl/src/ssl.cpp:931–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929
930
931int SSL_get_verify_depth(SSL* ssl)
932{
933 return ssl->getSecurity().GetContext()->GetStats().verifyDepth_;
934}
935
936
937long SSL_CTX_set_options(SSL_CTX*, long)

Callers

nothing calls this directly

Calls 1

GetContextMethod · 0.80

Tested by

no test coverage detected