Searched defs:crl_path (Results 1 – 9 of 9) sorted by relevance
7 "crl_path": "", string
93 std::string crl_path = CommUtil::ParseConfig(*(config_), kCrlPath); in InitSSL() local
100 std::string crl_path = CommUtil::ParseConfig(*(config_), kCrlPath); in InitSSL() local
53 char crl_path[1024] = ""; variable
60 char crl_path[1024] = ""; variable
248 bool CommUtil::VerifyCRL(const X509 *cert, const std::string &crl_path) { in VerifyCRL()
1340 static int check_crl_chain(X509_STORE_CTX *ctx, in check_crl_chain()