Home
last modified time | relevance | path

Searched refs:dane_match (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c2685 static int dane_match(X509_STORE_CTX *ctx, X509 *cert, int depth) in dane_match() function
2843 if (cert != NULL && (matched = dane_match(ctx, cert, depth)) < 0) in check_dane_issuer()
2930 matched = dane_match(ctx, ctx->cert, 0); in dane_verify()