Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A DX509_cmp.pod7 X509_CRL_cmp, X509_CRL_match
20 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b);
48 The X509_CRL_match() function compares two B<X509_CRL> objects. Unlike the
58 X509_subject_name_cmp(), X509_CRL_cmp(), and X509_CRL_match()
/openssl-master/crypto/x509/
A Dx509_cmp.c90 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b) in X509_CRL_match() function
A Dx509_lu.c692 if (X509_CRL_match(obj->data.crl, x->data.crl) == 0) in X509_OBJECT_retrieve_match()
/openssl-master/util/
A Dmissingcrypto111.txt1468 X509_CRL_match(3)
A Dlibcrypto.num3225 X509_CRL_match 3294 3_0_0 EXIST::FUNCTION:
/openssl-master/include/openssl/
A Dx509.h.in802 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b);
/openssl-master/
A DCHANGES.md8803 * New function X509_CRL_match() to check if two CRLs are identical. Normally

Completed in 41 milliseconds