Searched refs:dane_match (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vfy.c | 2685 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() 2920 * dane_match() returns 1 and we're done. If however we match a PKIX-EE(1) in dane_verify() 2930 matched = dane_match(ctx, ctx->cert, 0); in dane_verify()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_vfy.c | 2687 static int dane_match(X509_STORE_CTX *ctx, X509 *cert, int depth) in dane_match() function 2845 if (cert != NULL && (matched = dane_match(ctx, cert, depth)) < 0) in check_dane_issuer() 2922 * dane_match() returns 1 and we're done. If however we match a PKIX-EE(1) in dane_verify() 2932 matched = dane_match(ctx, ctx->cert, 0); in dane_verify()
|
Completed in 10 milliseconds