Searched refs:dane_match_cert (Results 1 – 1 of 1) sorted by relevance
2846 static int dane_match_cert(X509_STORE_CTX *ctx, X509 *cert, int depth) in dane_match_cert() function3004 if (cert != NULL && (matched = dane_match_cert(ctx, cert, depth)) < 0) in check_dane_issuer()3178 matched = dane_match_cert(ctx, ctx->cert, 0); in dane_verify()
Completed in 15 milliseconds