Lines Matching refs:crl
269 X509_CRL *crl; member
318 int X509_CRL_get_signature_nid(const X509_CRL *crl);
322 const STACK_OF(X509_EXTENSION) *X509_CRL_get0_extensions(const X509_CRL *crl);
323 long X509_CRL_get_version(const X509_CRL *crl);
324 const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl);
325 const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl);
326 ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl);
327 ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl);
328 X509_NAME *X509_CRL_get_issuer(const X509_CRL *crl);
329 STACK_OF(X509_REVOKED) *X509_CRL_get_REVOKED(X509_CRL *crl);
330 void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig,
333 const X509_ALGOR *X509_CRL_get0_tbs_sigalg(const X509_CRL *crl);
384 X509_CRL *d2i_X509_CRL_fp(FILE *fp,X509_CRL **crl);
385 int i2d_X509_CRL_fp(FILE *fp,X509_CRL *crl);
422 X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
423 int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
461 X509_CRL *X509_CRL_dup(X509_CRL *crl);
644 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev);
645 int X509_CRL_get0_by_serial(X509_CRL *crl,
647 int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
750 int X509_CRL_sort(X509_CRL *crl);