Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1114 static int crl_extension_match(X509_CRL *a, X509_CRL *b, int nid) in crl_extension_match() function
1156 if (!crl_extension_match(delta, base, NID_authority_key_identifier)) in check_delta_base()
1158 if (!crl_extension_match(delta, base, NID_issuing_distribution_point)) in check_delta_base()
2044 if (!crl_extension_match(base, newer, NID_authority_key_identifier)) { in X509_CRL_diff()
2048 if (!crl_extension_match(base, newer, NID_issuing_distribution_point)) { in X509_CRL_diff()