Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/x509/
Dx509_vfy.h224 #define X509_V_FLAG_IGNORE_CRITICAL 0x10 macro
Dx509_vfy.c738 if (!(ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL) && in x509_vfy_check_chain_extensions()
1669 if (!(ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL) && in x509_vfy_cert_crl()
/openbsd/src/usr.bin/openssl/
Dapps.c1765 flags |= X509_V_FLAG_IGNORE_CRITICAL; in args_verify()