Lines Matching defs:delta
42 #define CRL_SCORE_TIME_DELTA 0x002 /* Have a delta CRL with valid times */
976 /* Don't look in full CRL if delta reason is removefromCRL */
1043 /* Ignore expiration of base CRL is delta is valid */
1111 * Compare two CRL extensions for delta checking purposes. They should be
1142 /* See if a base and delta are compatible */
1143 static int check_delta_base(X509_CRL *delta, X509_CRL *base)
1145 /* Delta CRL must be a delta */
1146 if (delta->base_crl_number == NULL)
1153 X509_CRL_get_issuer(delta)) != 0)
1156 if (!crl_extension_match(delta, base, NID_authority_key_identifier))
1158 if (!crl_extension_match(delta, base, NID_issuing_distribution_point))
1161 if (ASN1_INTEGER_cmp(delta->base_crl_number, base->crl_number) > 0)
1164 return ASN1_INTEGER_cmp(delta->crl_number, base->crl_number) > 0;
1168 * For a given base CRL find a delta... maybe extend to delta scoring or
1174 X509_CRL *delta;
1182 delta = sk_X509_CRL_value(crls, i);
1183 if (check_delta_base(delta, base)) {
1184 if (check_crl_time(ctx, delta, 0))
1186 X509_CRL_up_ref(delta);
1187 *dcrl = delta;
1482 * to find a delta CRL too
2019 * Make a delta CRL as the difference between two full CRLs.
2029 /* CRLs can't be delta already */
2083 * Copy extensions across from newest CRL to delta: this will set CRL