Searched refs:X509_V_FLAG_X509_STRICT (Results 1 – 10 of 10) sorted by relevance
148 X509_STORE_set_flags(store, X509_V_FLAG_X509_STRICT); in test_alt_chains_cert_forgery()
441 if ((ctx->param->flags & X509_V_FLAG_X509_STRICT) == 0) in check_purpose()502 if ((ctx->param->flags & X509_V_FLAG_X509_STRICT) in check_chain_extensions()519 || ((i + 1 < num || ctx->param->flags & X509_V_FLAG_X509_STRICT) in check_chain_extensions()528 && (ctx->param->flags & X509_V_FLAG_X509_STRICT) && num > 1) { in check_chain_extensions()541 && (ctx->param->flags & X509_V_FLAG_X509_STRICT)) { in check_chain_extensions()
566 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_X509_STRICT); in opt_verify()
206 # define X509_V_FLAG_X509_STRICT 0x20 macro
388 #define X509_V_FLAG_X509_STRICT 0x00 macro
240 The B<X509_V_FLAG_X509_STRICT> flag disables workarounds for some broken
11 X509_V_FLAG_X509_STRICT flag (CVE-2021-3450)33 X509_V_FLAG_X509_STRICT is used
133 X509_V_FLAG_X509_STRICT flag. This flag enables additional security checks155 X509_V_FLAG_X509_STRICT verification flag and either not set a purpose246 verification chains if the X509_V_FLAG_X509_STRICT flag is used.
6148 X509_V_FLAG_X509_STRICT); in PyInit__ssl()
1954 * **CVE-2021-3450**: OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High)