Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ SSL_CTX_use_certificate_file
Function
SSL_CTX_use_certificate_file
extra/yassl/src/ssl.cpp:718–721 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
716
717
718
int SSL_CTX_use_certificate_file(SSL_CTX* ctx, const char* file, int format)
719
{
720
return read_file(ctx, file, format, Cert);
721
}
722
723
724
int SSL_CTX_use_PrivateKey_file(SSL_CTX* ctx, const char* file, int format)
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