Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ SSL_CTX_use_PrivateKey_file
Function
SSL_CTX_use_PrivateKey_file
extra/yassl/src/ssl.cpp:724–727 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
722
723
724
int SSL_CTX_use_PrivateKey_file(SSL_CTX* ctx, const char* file, int format)
725
{
726
return read_file(ctx, file, format, PrivateKey);
727
}
728
729
730
void SSL_CTX_set_verify(SSL_CTX* ctx, int mode, VerifyCallback vc)
Callers
4
SetUpBase
Function · 0.85
set_certs
Function · 0.85
set_serverCerts
Function · 0.85
set_dsaServerCerts
Function · 0.85
Calls
1
read_file
Function · 0.85
Tested by
3
set_certs
Function · 0.68
set_serverCerts
Function · 0.68
set_dsaServerCerts
Function · 0.68