• Home
  • Raw
  • Download

Lines Matching refs:X509_CRL

413 DEFINE_STACK_OF(X509_CRL)
414 DECLARE_ASN1_SET_OF(X509_CRL)
437 X509_CRL *crl;
571 OPENSSL_EXPORT long X509_CRL_get_version(const X509_CRL *crl);
574 OPENSSL_EXPORT const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl);
578 OPENSSL_EXPORT const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl);
582 OPENSSL_EXPORT int X509_CRL_set1_lastUpdate(X509_CRL *crl, const ASN1_TIME *tm);
586 OPENSSL_EXPORT int X509_CRL_set1_nextUpdate(X509_CRL *crl, const ASN1_TIME *tm);
594 OPENSSL_EXPORT ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl);
599 OPENSSL_EXPORT ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl);
603 OPENSSL_EXPORT X509_NAME *X509_CRL_get_issuer(const X509_CRL *crl);
610 OPENSSL_EXPORT STACK_OF(X509_REVOKED) *X509_CRL_get_REVOKED(X509_CRL *crl);
614 const X509_CRL *crl);
645 int (*crl_init)(X509_CRL *crl), int (*crl_free)(X509_CRL *crl),
646 int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret, ASN1_INTEGER *ser,
648 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
651 OPENSSL_EXPORT void X509_CRL_set_meth_data(X509_CRL *crl, void *dat);
652 OPENSSL_EXPORT void *X509_CRL_get_meth_data(X509_CRL *crl);
679 OPENSSL_EXPORT int X509_CRL_verify(X509_CRL *crl, EVP_PKEY *pkey);
753 OPENSSL_EXPORT int X509_CRL_sign(X509_CRL *crl, EVP_PKEY *pkey,
761 OPENSSL_EXPORT int X509_CRL_sign_ctx(X509_CRL *crl, EVP_MD_CTX *ctx);
791 OPENSSL_EXPORT int X509_CRL_digest(const X509_CRL *crl, const EVP_MD *md,
819 OPENSSL_EXPORT X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl);
820 OPENSSL_EXPORT int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl);
854 OPENSSL_EXPORT X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl);
855 OPENSSL_EXPORT int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl);
891 OPENSSL_EXPORT X509_CRL *X509_CRL_dup(X509_CRL *crl);
1036 DECLARE_ASN1_FUNCTIONS(X509_CRL)
1038 OPENSSL_EXPORT int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev);
1039 OPENSSL_EXPORT int X509_CRL_get0_by_serial(X509_CRL *crl, X509_REVOKED **ret,
1041 OPENSSL_EXPORT int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret,
1126 OPENSSL_EXPORT int X509_CRL_set_version(X509_CRL *x, long version);
1127 OPENSSL_EXPORT int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name);
1128 OPENSSL_EXPORT int X509_CRL_sort(X509_CRL *crl);
1129 OPENSSL_EXPORT int X509_CRL_up_ref(X509_CRL *crl);
1131 OPENSSL_EXPORT void X509_CRL_get0_signature(const X509_CRL *crl,
1134 OPENSSL_EXPORT int X509_CRL_get_signature_nid(const X509_CRL *crl);
1148 OPENSSL_EXPORT int i2d_re_X509_CRL_tbs(X509_CRL *crl, unsigned char **outp);
1163 OPENSSL_EXPORT int i2d_X509_CRL_tbs(X509_CRL *crl, unsigned char **outp);
1189 OPENSSL_EXPORT X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
1199 OPENSSL_EXPORT int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk,
1220 OPENSSL_EXPORT int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b);
1221 OPENSSL_EXPORT int X509_CRL_match(const X509_CRL *a, const X509_CRL *b);
1226 OPENSSL_EXPORT int X509_CRL_print_fp(FILE *bp, X509_CRL *x);
1240 OPENSSL_EXPORT int X509_CRL_print(BIO *bp, X509_CRL *x);
1336 OPENSSL_EXPORT int X509_CRL_get_ext_count(const X509_CRL *x);
1337 OPENSSL_EXPORT int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid,
1339 OPENSSL_EXPORT int X509_CRL_get_ext_by_OBJ(const X509_CRL *x,
1341 OPENSSL_EXPORT int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit,
1343 OPENSSL_EXPORT X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc);
1344 OPENSSL_EXPORT X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc);
1345 OPENSSL_EXPORT int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc);
1352 OPENSSL_EXPORT void *X509_CRL_get_ext_d2i(const X509_CRL *crl, int nid,
1361 OPENSSL_EXPORT int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value,
1522 BORINGSSL_MAKE_DELETER(X509_CRL, X509_CRL_free)
1523 BORINGSSL_MAKE_UP_REF(X509_CRL, X509_CRL_up_ref)