Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/lib/
H A Dopt.c768 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_IGNORE_CRITICAL); in opt_verify()
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h426 # define X509_V_FLAG_IGNORE_CRITICAL 0x10 macro
H A Dx509_vfy.h.in329 # define X509_V_FLAG_IGNORE_CRITICAL 0x10 macro
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c481 CB_FAIL_IF((ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL) == 0 in check_extensions()
1611 if ((ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL) == 0 in cert_crl()
/freebsd/crypto/openssl/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod254 B<X509_V_FLAG_IGNORE_CRITICAL> disables critical extension checking. By default
/freebsd/crypto/openssl/
H A DCHANGES.md13154 by setting the verify flag X509_V_FLAG_IGNORE_CRITICAL. A new function