X509_CRL 148 extra_lib/include/openssl/ossl_typ.h typedef struct X509_crl_st X509_CRL; X509_CRL 468 extra_lib/include/openssl/pem.h DECLARE_PEM_rw(X509_CRL, X509_CRL) X509_CRL 126 extra_lib/include/openssl/pkcs7.h STACK_OF(X509_CRL) *crl; /* [ 1 ] */ X509_CRL 154 extra_lib/include/openssl/pkcs7.h STACK_OF(X509_CRL) *crl; /* [ 1 ] */ X509_CRL 319 extra_lib/include/openssl/pkcs7.h int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509); X509_CRL 1704 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_new(cmp) SKM_sk_new(X509_CRL, (cmp)) X509_CRL 1705 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_new_null() SKM_sk_new_null(X509_CRL) X509_CRL 1706 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_free(st) SKM_sk_free(X509_CRL, (st)) X509_CRL 1707 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_num(st) SKM_sk_num(X509_CRL, (st)) X509_CRL 1708 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_value(st, i) SKM_sk_value(X509_CRL, (st), (i)) X509_CRL 1709 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_set(st, i, val) SKM_sk_set(X509_CRL, (st), (i), (val)) X509_CRL 1710 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_zero(st) SKM_sk_zero(X509_CRL, (st)) X509_CRL 1711 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_push(st, val) SKM_sk_push(X509_CRL, (st), (val)) X509_CRL 1712 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_unshift(st, val) SKM_sk_unshift(X509_CRL, (st), (val)) X509_CRL 1713 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_find(st, val) SKM_sk_find(X509_CRL, (st), (val)) X509_CRL 1714 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_find_ex(st, val) SKM_sk_find_ex(X509_CRL, (st), (val)) X509_CRL 1715 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_delete(st, i) SKM_sk_delete(X509_CRL, (st), (i)) X509_CRL 1716 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_CRL, (st), (ptr)) X509_CRL 1717 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_insert(st, val, i) SKM_sk_insert(X509_CRL, (st), (val), (i)) X509_CRL 1718 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_CRL, (st), (cmp)) X509_CRL 1719 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_dup(st) SKM_sk_dup(X509_CRL, st) X509_CRL 1720 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_pop_free(st, free_func) SKM_sk_pop_free(X509_CRL, (st), (free_func)) X509_CRL 1721 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_shift(st) SKM_sk_shift(X509_CRL, (st)) X509_CRL 1722 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_pop(st) SKM_sk_pop(X509_CRL, (st)) X509_CRL 1723 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_sort(st) SKM_sk_sort(X509_CRL, (st)) X509_CRL 1724 extra_lib/include/openssl/safestack.h #define sk_X509_CRL_is_sorted(st) SKM_sk_is_sorted(X509_CRL, (st)) X509_CRL 2299 extra_lib/include/openssl/safestack.h SKM_ASN1_SET_OF_d2i(X509_CRL, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) X509_CRL 2301 extra_lib/include/openssl/safestack.h SKM_ASN1_SET_OF_i2d(X509_CRL, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) X509_CRL 2303 extra_lib/include/openssl/safestack.h SKM_ASN1_seq_pack(X509_CRL, (st), (i2d_func), (buf), (len)) X509_CRL 2305 extra_lib/include/openssl/safestack.h SKM_ASN1_seq_unpack(X509_CRL, (buf), (len), (d2i_func), (free_func)) X509_CRL 486 extra_lib/include/openssl/x509.h DECLARE_STACK_OF(X509_CRL) X509_CRL 487 extra_lib/include/openssl/x509.h DECLARE_ASN1_SET_OF(X509_CRL) X509_CRL 514 extra_lib/include/openssl/x509.h X509_CRL *crl; X509_CRL 629 extra_lib/include/openssl/x509.h int (*crl_init)(X509_CRL *crl), X509_CRL 630 extra_lib/include/openssl/x509.h int (*crl_free)(X509_CRL *crl), X509_CRL 631 extra_lib/include/openssl/x509.h int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret, X509_CRL 633 extra_lib/include/openssl/x509.h int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk)); X509_CRL 636 extra_lib/include/openssl/x509.h void X509_CRL_set_meth_data(X509_CRL *crl, void *dat); X509_CRL 637 extra_lib/include/openssl/x509.h void *X509_CRL_get_meth_data(X509_CRL *crl); X509_CRL 650 extra_lib/include/openssl/x509.h int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r); X509_CRL 664 extra_lib/include/openssl/x509.h int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); X509_CRL 671 extra_lib/include/openssl/x509.h int X509_CRL_digest(const X509_CRL *data,const EVP_MD *type, X509_CRL 682 extra_lib/include/openssl/x509.h X509_CRL *d2i_X509_CRL_fp(FILE *fp,X509_CRL **crl); X509_CRL 683 extra_lib/include/openssl/x509.h int i2d_X509_CRL_fp(FILE *fp,X509_CRL *crl); X509_CRL 721 extra_lib/include/openssl/x509.h X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl); X509_CRL 722 extra_lib/include/openssl/x509.h int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl); X509_CRL 760 extra_lib/include/openssl/x509.h X509_CRL *X509_CRL_dup(X509_CRL *crl); X509_CRL 859 extra_lib/include/openssl/x509.h DECLARE_ASN1_FUNCTIONS(X509_CRL) X509_CRL 861 extra_lib/include/openssl/x509.h int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev); X509_CRL 862 extra_lib/include/openssl/x509.h int X509_CRL_get0_by_serial(X509_CRL *crl, X509_CRL 864 extra_lib/include/openssl/x509.h int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x); X509_CRL 944 extra_lib/include/openssl/x509.h int X509_CRL_set_version(X509_CRL *x, long version); X509_CRL 945 extra_lib/include/openssl/x509.h int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name); X509_CRL 946 extra_lib/include/openssl/x509.h int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm); X509_CRL 947 extra_lib/include/openssl/x509.h int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm); X509_CRL 948 extra_lib/include/openssl/x509.h int X509_CRL_sort(X509_CRL *crl); X509_CRL 976 extra_lib/include/openssl/x509.h int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b); X509_CRL 977 extra_lib/include/openssl/x509.h int X509_CRL_match(const X509_CRL *a, const X509_CRL *b); X509_CRL 981 extra_lib/include/openssl/x509.h int X509_CRL_print_fp(FILE *bp,X509_CRL *x); X509_CRL 993 extra_lib/include/openssl/x509.h int X509_CRL_print(BIO *bp,X509_CRL *x); X509_CRL 1056 extra_lib/include/openssl/x509.h int X509_CRL_get_ext_count(X509_CRL *x); X509_CRL 1057 extra_lib/include/openssl/x509.h int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos); X509_CRL 1058 extra_lib/include/openssl/x509.h int X509_CRL_get_ext_by_OBJ(X509_CRL *x,ASN1_OBJECT *obj,int lastpos); X509_CRL 1059 extra_lib/include/openssl/x509.h int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos); X509_CRL 1060 extra_lib/include/openssl/x509.h X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc); X509_CRL 1061 extra_lib/include/openssl/x509.h X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc); X509_CRL 1062 extra_lib/include/openssl/x509.h int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc); X509_CRL 1063 extra_lib/include/openssl/x509.h void * X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx); X509_CRL 1064 extra_lib/include/openssl/x509.h int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, X509_CRL 130 extra_lib/include/openssl/x509_vfy.h X509_CRL *crl; X509_CRL 200 extra_lib/include/openssl/x509_vfy.h int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */ X509_CRL 201 extra_lib/include/openssl/x509_vfy.h int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ X509_CRL 202 extra_lib/include/openssl/x509_vfy.h int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */ X509_CRL 204 extra_lib/include/openssl/x509_vfy.h STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm); X509_CRL 238 extra_lib/include/openssl/x509_vfy.h STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */ X509_CRL 249 extra_lib/include/openssl/x509_vfy.h int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */ X509_CRL 250 extra_lib/include/openssl/x509_vfy.h int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ X509_CRL 251 extra_lib/include/openssl/x509_vfy.h int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */ X509_CRL 254 extra_lib/include/openssl/x509_vfy.h STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm); X509_CRL 270 extra_lib/include/openssl/x509_vfy.h X509_CRL *current_crl; /* current CRL */ X509_CRL 416 extra_lib/include/openssl/x509_vfy.h STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm); X509_CRL 441 extra_lib/include/openssl/x509_vfy.h int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x); X509_CRL 484 extra_lib/include/openssl/x509_vfy.h X509_CRL *X509_STORE_CTX_get0_current_crl(X509_STORE_CTX *ctx); X509_CRL 490 extra_lib/include/openssl/x509_vfy.h void X509_STORE_CTX_set0_crls(X509_STORE_CTX *c,STACK_OF(X509_CRL) *sk); X509_CRL 140 extra_lib/include/openssl/x509v3.h X509_CRL *crl; X509_CRL 620 extra_lib/include/openssl/x509v3.h X509_CRL *crl); X509_CRL 632 extra_lib/include/openssl/x509v3.h char *section, X509_CRL *crl); X509_CRL 647 extra_lib/include/openssl/x509v3.h X509_REQ *req, X509_CRL *crl, int flags);