MCPcopy Create free account
hub / github.com/apache/trafficserver / getCTX

Method getCTX

src/iocore/net/SSLConfig.cc:987–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985}
986
987shared_SSL_CTX
988SSLConfigParams::getCTX(const char *client_cert, const char *key_file, const char *ca_bundle_file, const char *ca_bundle_path) const
989{
990 return this->getCTX(std::string(client_cert ? client_cert : ""), std::string(key_file ? key_file : ""), ca_bundle_file,
991 ca_bundle_path);
992}
993
994shared_SSL_CTX
995SSLConfigParams::getCTX(const std::string &client_cert, const std::string &key_file, const char *ca_bundle_file,

Callers 3

initializeMethod · 0.95
sslStartHandShakeMethod · 0.80

Calls 14

stringClass · 0.85
ink_mutex_acquireFunction · 0.85
ink_mutex_releaseFunction · 0.85
cleanup_bioFunction · 0.85
relative_toMethod · 0.80
getOrLoadSecretMethod · 0.80
getFunction · 0.50
c_strMethod · 0.45
findMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected