Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx509_vfy.c1212 static int crl_extension_match(X509_CRL *a, X509_CRL *b, int nid) in crl_extension_match() function
1254 if (!crl_extension_match(delta, base, NID_authority_key_identifier)) in check_delta_base()
1256 if (!crl_extension_match(delta, base, NID_issuing_distribution_point)) in check_delta_base()
2160 if (!crl_extension_match(base, newer, NID_authority_key_identifier)) { in X509_CRL_diff()
2164 if (!crl_extension_match(base, newer, NID_issuing_distribution_point)) { in X509_CRL_diff()

Completed in 11 milliseconds