MCPcopy Create free account
hub / github.com/acl-dev/acl / add_cert

Method add_cert

lib_acl_cpp/src/stream/polarssl_conf.cpp:405–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405bool polarssl_conf::add_cert(const char* crt_file, const char* key_file,
406 const char* key_pass /* NULL */)
407{
408 return add_cert(crt_file) && set_key(key_file, key_pass);
409}
410
411bool polarssl_conf::add_cert(const char* crt_file)
412{

Callers

nothing calls this directly

Calls 3

add_certFunction · 0.50
set_keyFunction · 0.50
init_onceFunction · 0.50

Tested by

no test coverage detected