Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dx509_vfy.h370 #define X509_V_FLAG_IGNORE_CRITICAL 0x10 macro
/external/boringssl/src/crypto/x509/
Dx509_vfy.c615 if (!(ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL) in check_chain_extensions()
1631 if (!(ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL) in cert_crl()