Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ SSL_get_verify_mode
Function
SSL_get_verify_mode
extra/yassl/src/ssl.cpp:919–922 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
917
918
919
int SSL_get_verify_mode(SSL* ssl)
920
{
921
return ssl->getSecurity().GetContext()->GetStats().verifyMode_;
922
}
923
924
925
int SSL_CTX_get_verify_depth(SSL_CTX* ctx)
Callers
nothing calls this directly
Calls
1
GetContext
Method · 0.80
Tested by
no test coverage detected