Home
last modified time | relevance | path

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

/openssl-master/crypto/x509/
A Dx509_vfy.c2684 static int dane_match(X509_STORE_CTX *ctx, X509 *cert, int depth) in dane_match() function
2842 if (cert != NULL && (matched = dane_match(ctx, cert, depth)) < 0) in check_dane_issuer()
2929 matched = dane_match(ctx, ctx->cert, 0); in dane_verify()

Completed in 7 milliseconds