Lines Matching defs:flags

225                                   ctx->param->flags);
245 if ((ctx->param->flags & X509_V_FLAG_POLICY_CHECK) != 0)
438 if ((ctx->param->flags & X509_V_FLAG_X509_STRICT) == 0)
475 (ctx->param->flags & X509_V_FLAG_ALLOW_PROXY_CERTS) != 0;
481 CB_FAIL_IF((ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL) == 0
489 CB_FAIL_IF((ctx->param->flags & X509_V_FLAG_X509_STRICT) != 0
500 || (ctx->param->flags & X509_V_FLAG_X509_STRICT) != 0)
515 if ((ctx->param->flags & X509_V_FLAG_X509_STRICT) != 0
850 if ((ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) != 0)
856 && (ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) != 0) {
912 if ((ctx->param->flags & X509_V_FLAG_CRL_CHECK) == 0)
914 if ((ctx->param->flags & X509_V_FLAG_CRL_CHECK_ALL) != 0) {
1010 if ((ctx->param->flags & X509_V_FLAG_USE_CHECK_TIME) != 0)
1012 else if ((ctx->param->flags & X509_V_FLAG_NO_CHECK_TIME) != 0)
1177 if ((ctx->param->flags & X509_V_FLAG_USE_DELTAS) == 0)
1179 if (((ctx->current_cert->ex_flags | base->flags) & EXFLAG_FRESHEST) == 0)
1213 if ((ctx->param->flags & X509_V_FLAG_EXTENDED_CRL_SUPPORT) == 0) {
1232 if ((crl->flags & EXFLAG_CRITICAL) == 0)
1294 if ((ctx->param->flags & X509_V_FLAG_EXTENDED_CRL_SUPPORT) == 0)
1590 int rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags);
1613 if ((ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL) == 0
1614 && (crl->flags & EXFLAG_CRITICAL) != 0 &&
1651 ctx->param->policies, ctx->param->flags);
1688 if ((ctx->param->flags & X509_V_FLAG_NOTIFY_POLICY) != 0) {
1720 if ((ctx->param->flags & X509_V_FLAG_USE_CHECK_TIME) != 0)
1722 else if ((ctx->param->flags & X509_V_FLAG_NO_CHECK_TIME) != 0)
1761 && ((ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) == 0)) {
1795 || ((ctx->param->flags & X509_V_FLAG_CHECK_SS_SIGNATURE) != 0
1937 unsigned long flags = vpm == NULL ? 0 : X509_VERIFY_PARAM_get_flags(vpm);
1939 if ((flags & X509_V_FLAG_USE_CHECK_TIME) != 0) {
1942 } else if ((flags & X509_V_FLAG_NO_CHECK_TIME) != 0) {
1973 if (s != NULL && (s->flags & ASN1_STRING_FLAG_MSTRING) == 0) {
2023 EVP_PKEY *skey, const EVP_MD *md, unsigned int flags)
2422 /* Inherit callbacks and flags from X509_STORE if not set use defaults. */
2499 void X509_STORE_CTX_set_flags(X509_STORE_CTX *ctx, unsigned long flags)
2501 X509_VERIFY_PARAM_set_flags(ctx->param, flags);
2504 void X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, unsigned long flags,
2904 int err = X509_chain_check_suiteb(NULL, cert, NULL, ctx->param->flags);
2943 if ((dane->flags & DANE_FLAG_NO_DANE_EE_NAMECHECKS) == 0 &&
3021 if (search == 0 || (ctx->param->flags & X509_V_FLAG_TRUSTED_FIRST) != 0)
3023 else if (!(ctx->param->flags & X509_V_FLAG_NO_ALT_CHAINS))
3335 int flags = X509_ADD_FLAG_UP_REF;
3360 flags |= X509_ADD_FLAG_NO_SS;
3361 if (!ossl_x509_add_certs_new(&result, ctx->chain, flags)) {