|
static void | cleanup (X509_OBJECT *a) |
|
| STACK_OF (X509) |
|
| STACK_OF (X509_CRL) |
|
| STACK_OF (X509_OBJECT) |
|
int | X509_LOOKUP_by_alias (X509_LOOKUP *ctx, int type, char *str, int len, X509_OBJECT *ret) |
|
int | X509_LOOKUP_by_fingerprint (X509_LOOKUP *ctx, int type, unsigned char *bytes, int len, X509_OBJECT *ret) |
|
int | X509_LOOKUP_by_issuer_serial (X509_LOOKUP *ctx, int type, X509_NAME *name, ASN1_INTEGER *serial, X509_OBJECT *ret) |
|
int | X509_LOOKUP_by_subject (X509_LOOKUP *ctx, int type, X509_NAME *name, X509_OBJECT *ret) |
|
int | X509_LOOKUP_ctrl (X509_LOOKUP *ctx, int cmd, const char *argc, long argl, char **ret) |
|
void | X509_LOOKUP_free (X509_LOOKUP *ctx) |
|
int | X509_LOOKUP_init (X509_LOOKUP *ctx) |
|
X509_LOOKUP * | X509_LOOKUP_new (X509_LOOKUP_METHOD *method) |
|
int | X509_LOOKUP_shutdown (X509_LOOKUP *ctx) |
|
static int | x509_object_cmp (const X509_OBJECT **a, const X509_OBJECT **b) |
|
void | X509_OBJECT_free_contents (X509_OBJECT *a) |
|
X509 * | X509_OBJECT_get0_X509 (const X509_OBJECT *a) |
|
int | X509_OBJECT_get_type (const X509_OBJECT *a) |
|
int | X509_OBJECT_idx_by_subject (STACK_OF(X509_OBJECT) *h, int type, X509_NAME *name) |
|
static int | x509_object_idx_cnt (STACK_OF(X509_OBJECT) *h, int type, X509_NAME *name, int *pnmatch) |
|
X509_OBJECT * | X509_OBJECT_retrieve_by_subject (STACK_OF(X509_OBJECT) *h, int type, X509_NAME *name) |
|
X509_OBJECT * | X509_OBJECT_retrieve_match (STACK_OF(X509_OBJECT) *h, X509_OBJECT *x) |
|
int | X509_OBJECT_up_ref_count (X509_OBJECT *a) |
|
int | X509_STORE_add_cert (X509_STORE *ctx, X509 *x) |
|
int | X509_STORE_add_crl (X509_STORE *ctx, X509_CRL *x) |
|
X509_LOOKUP * | X509_STORE_add_lookup (X509_STORE *v, X509_LOOKUP_METHOD *m) |
|
X509_STORE * | X509_STORE_CTX_get0_store (X509_STORE_CTX *ctx) |
|
int | X509_STORE_CTX_get1_issuer (X509 **issuer, X509_STORE_CTX *ctx, X509 *x) |
|
void | X509_STORE_free (X509_STORE *vfy) |
|
X509_VERIFY_PARAM * | X509_STORE_get0_param (X509_STORE *ctx) |
|
int | X509_STORE_get_by_subject (X509_STORE_CTX *vs, int type, X509_NAME *name, X509_OBJECT *ret) |
|
X509_STORE_CTX_cert_crl_fn | X509_STORE_get_cert_crl (X509_STORE *ctx) |
|
X509_STORE_CTX_check_crl_fn | X509_STORE_get_check_crl (X509_STORE *ctx) |
|
X509_STORE_CTX_check_issued_fn | X509_STORE_get_check_issued (X509_STORE *ctx) |
|
X509_STORE_CTX_check_revocation_fn | X509_STORE_get_check_revocation (X509_STORE *ctx) |
|
X509_STORE_CTX_cleanup_fn | X509_STORE_get_cleanup (X509_STORE *ctx) |
|
X509_STORE_CTX_get_crl_fn | X509_STORE_get_get_crl (X509_STORE *ctx) |
|
X509_STORE_CTX_get_issuer_fn | X509_STORE_get_get_issuer (X509_STORE *ctx) |
|
X509_STORE_CTX_lookup_certs_fn | X509_STORE_get_lookup_certs (X509_STORE *ctx) |
|
X509_STORE_CTX_lookup_crls_fn | X509_STORE_get_lookup_crls (X509_STORE *ctx) |
|
X509_STORE_CTX_verify_fn | X509_STORE_get_verify (X509_STORE *ctx) |
|
X509_STORE_CTX_verify_cb | X509_STORE_get_verify_cb (X509_STORE *ctx) |
|
X509_STORE * | X509_STORE_new (void) |
|
int | X509_STORE_set1_param (X509_STORE *ctx, X509_VERIFY_PARAM *param) |
|
void | X509_STORE_set_cert_crl (X509_STORE *ctx, X509_STORE_CTX_cert_crl_fn cert_crl) |
|
void | X509_STORE_set_check_crl (X509_STORE *ctx, X509_STORE_CTX_check_crl_fn check_crl) |
|
void | X509_STORE_set_check_issued (X509_STORE *ctx, X509_STORE_CTX_check_issued_fn check_issued) |
|
void | X509_STORE_set_check_revocation (X509_STORE *ctx, X509_STORE_CTX_check_revocation_fn check_revocation) |
|
void | X509_STORE_set_cleanup (X509_STORE *ctx, X509_STORE_CTX_cleanup_fn ctx_cleanup) |
|
int | X509_STORE_set_depth (X509_STORE *ctx, int depth) |
|
int | X509_STORE_set_flags (X509_STORE *ctx, unsigned long flags) |
|
void | X509_STORE_set_get_crl (X509_STORE *ctx, X509_STORE_CTX_get_crl_fn get_crl) |
|
void | X509_STORE_set_get_issuer (X509_STORE *ctx, X509_STORE_CTX_get_issuer_fn get_issuer) |
|
void | X509_STORE_set_lookup_certs (X509_STORE *ctx, X509_STORE_CTX_lookup_certs_fn lookup_certs) |
|
void | X509_STORE_set_lookup_crls (X509_STORE *ctx, X509_STORE_CTX_lookup_crls_fn lookup_crls) |
|
int | X509_STORE_set_purpose (X509_STORE *ctx, int purpose) |
|
int | X509_STORE_set_trust (X509_STORE *ctx, int trust) |
|
void | X509_STORE_set_verify (X509_STORE *ctx, X509_STORE_CTX_verify_fn verify) |
|
void | X509_STORE_set_verify_cb (X509_STORE *ctx, X509_STORE_CTX_verify_cb verify_cb) |
|
int | X509_STORE_up_ref (X509_STORE *store) |
|