MCPcopy 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
718int 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
724int SSL_CTX_use_PrivateKey_file(SSL_CTX* ctx, const char* file, int format)

Callers 4

SetUpBaseFunction · 0.85
set_certsFunction · 0.85
set_serverCertsFunction · 0.85
set_dsaServerCertsFunction · 0.85

Calls 1

read_fileFunction · 0.85

Tested by 3

set_certsFunction · 0.68
set_serverCertsFunction · 0.68
set_dsaServerCertsFunction · 0.68