X509_NAME 151 extra_lib/include/openssl/ossl_typ.h typedef struct X509_name_st X509_NAME; X509_NAME 158 extra_lib/include/openssl/pem.h X509_NAME *dn; X509_NAME 88 extra_lib/include/openssl/pkcs7.h X509_NAME *issuer; X509_NAME 1792 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_new(cmp) SKM_sk_new(X509_NAME, (cmp)) X509_NAME 1793 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_new_null() SKM_sk_new_null(X509_NAME) X509_NAME 1794 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_free(st) SKM_sk_free(X509_NAME, (st)) X509_NAME 1795 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_num(st) SKM_sk_num(X509_NAME, (st)) X509_NAME 1796 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_value(st, i) SKM_sk_value(X509_NAME, (st), (i)) X509_NAME 1797 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_set(st, i, val) SKM_sk_set(X509_NAME, (st), (i), (val)) X509_NAME 1798 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_zero(st) SKM_sk_zero(X509_NAME, (st)) X509_NAME 1799 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_push(st, val) SKM_sk_push(X509_NAME, (st), (val)) X509_NAME 1800 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_unshift(st, val) SKM_sk_unshift(X509_NAME, (st), (val)) X509_NAME 1801 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_find(st, val) SKM_sk_find(X509_NAME, (st), (val)) X509_NAME 1802 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_find_ex(st, val) SKM_sk_find_ex(X509_NAME, (st), (val)) X509_NAME 1803 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_delete(st, i) SKM_sk_delete(X509_NAME, (st), (i)) X509_NAME 1804 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_NAME, (st), (ptr)) X509_NAME 1805 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_insert(st, val, i) SKM_sk_insert(X509_NAME, (st), (val), (i)) X509_NAME 1806 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_NAME, (st), (cmp)) X509_NAME 1807 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_dup(st) SKM_sk_dup(X509_NAME, st) X509_NAME 1808 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_pop_free(st, free_func) SKM_sk_pop_free(X509_NAME, (st), (free_func)) X509_NAME 1809 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_shift(st) SKM_sk_shift(X509_NAME, (st)) X509_NAME 1810 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_pop(st) SKM_sk_pop(X509_NAME, (st)) X509_NAME 1811 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_sort(st) SKM_sk_sort(X509_NAME, (st)) X509_NAME 1812 extra_lib/include/openssl/safestack.h #define sk_X509_NAME_is_sorted(st) SKM_sk_is_sorted(X509_NAME, (st)) X509_NAME 786 extra_lib/include/openssl/ssl.h STACK_OF(X509_NAME) *client_CA; X509_NAME 1121 extra_lib/include/openssl/ssl.h STACK_OF(X509_NAME) *client_CA; X509_NAME 1527 extra_lib/include/openssl/ssl.h STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file); X509_NAME 1528 extra_lib/include/openssl/ssl.h int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, X509_NAME 1532 extra_lib/include/openssl/ssl.h int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, X509_NAME 1668 extra_lib/include/openssl/ssl.h void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list); X509_NAME 1669 extra_lib/include/openssl/ssl.h void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list); X509_NAME 1670 extra_lib/include/openssl/ssl.h STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s); X509_NAME 1671 extra_lib/include/openssl/ssl.h STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *s); X509_NAME 1683 extra_lib/include/openssl/ssl.h STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk); X509_NAME 490 extra_lib/include/openssl/ssl3.h STACK_OF(X509_NAME) *ca_names; X509_NAME 199 extra_lib/include/openssl/x509.h DECLARE_STACK_OF(X509_NAME) X509_NAME 235 extra_lib/include/openssl/x509.h X509_NAME *subject; X509_NAME 254 extra_lib/include/openssl/x509.h X509_NAME *issuer; X509_NAME 256 extra_lib/include/openssl/x509.h X509_NAME *subject; X509_NAME 453 extra_lib/include/openssl/x509.h X509_NAME *issuer; X509_NAME 632 extra_lib/include/openssl/x509.h ASN1_INTEGER *ser, X509_NAME *issuer), X509_NAME 675 extra_lib/include/openssl/x509.h int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type, X509_NAME 767 extra_lib/include/openssl/x509.h X509_NAME *X509_NAME_dup(X509_NAME *xn); X509_NAME 828 extra_lib/include/openssl/x509.h DECLARE_ASN1_FUNCTIONS(X509_NAME) X509_NAME 830 extra_lib/include/openssl/x509.h int X509_NAME_set(X509_NAME **xn, X509_NAME *name); X509_NAME 878 extra_lib/include/openssl/x509.h char * X509_NAME_oneline(X509_NAME *a,char *buf,int size); X509_NAME 904 extra_lib/include/openssl/x509.h int X509_set_issuer_name(X509 *x, X509_NAME *name); X509_NAME 905 extra_lib/include/openssl/x509.h X509_NAME * X509_get_issuer_name(X509 *a); X509_NAME 906 extra_lib/include/openssl/x509.h int X509_set_subject_name(X509 *x, X509_NAME *name); X509_NAME 907 extra_lib/include/openssl/x509.h X509_NAME * X509_get_subject_name(X509 *a); X509_NAME 916 extra_lib/include/openssl/x509.h int X509_REQ_set_subject_name(X509_REQ *req,X509_NAME *name); X509_NAME 945 extra_lib/include/openssl/x509.h int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name); X509_NAME 972 extra_lib/include/openssl/x509.h int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b); X509_NAME 973 extra_lib/include/openssl/x509.h unsigned long X509_NAME_hash(X509_NAME *x); X509_NAME 974 extra_lib/include/openssl/x509.h unsigned long X509_NAME_hash_old(X509_NAME *x); X509_NAME 983 extra_lib/include/openssl/x509.h int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent, unsigned long flags); X509_NAME 987 extra_lib/include/openssl/x509.h int X509_NAME_print(BIO *bp, X509_NAME *name, int obase); X509_NAME 988 extra_lib/include/openssl/x509.h int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent, unsigned long flags); X509_NAME 998 extra_lib/include/openssl/x509.h int X509_NAME_entry_count(X509_NAME *name); X509_NAME 999 extra_lib/include/openssl/x509.h int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, X509_NAME 1001 extra_lib/include/openssl/x509.h int X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, X509_NAME 1006 extra_lib/include/openssl/x509.h int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos); X509_NAME 1007 extra_lib/include/openssl/x509.h int X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj, X509_NAME 1009 extra_lib/include/openssl/x509.h X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc); X509_NAME 1010 extra_lib/include/openssl/x509.h X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc); X509_NAME 1011 extra_lib/include/openssl/x509.h int X509_NAME_add_entry(X509_NAME *name,X509_NAME_ENTRY *ne, X509_NAME 1013 extra_lib/include/openssl/x509.h int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type, X509_NAME 1015 extra_lib/include/openssl/x509.h int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, X509_NAME 1021 extra_lib/include/openssl/x509.h int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, X509_NAME 1145 extra_lib/include/openssl/x509.h X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk,X509_NAME *name, X509_NAME 1147 extra_lib/include/openssl/x509.h X509 *X509_find_by_subject(STACK_OF(X509) *sk,X509_NAME *name); X509_NAME 150 extra_lib/include/openssl/x509_vfy.h int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name, X509_NAME 152 extra_lib/include/openssl/x509_vfy.h int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name, X509_NAME 203 extra_lib/include/openssl/x509_vfy.h STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm); X509_NAME 204 extra_lib/include/openssl/x509_vfy.h STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm); X509_NAME 253 extra_lib/include/openssl/x509_vfy.h STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm); X509_NAME 254 extra_lib/include/openssl/x509_vfy.h STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm); X509_NAME 407 extra_lib/include/openssl/x509_vfy.h X509_NAME *name); X509_NAME 408 extra_lib/include/openssl/x509_vfy.h X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h,int type,X509_NAME *name); X509_NAME 415 extra_lib/include/openssl/x509_vfy.h STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm); X509_NAME 416 extra_lib/include/openssl/x509_vfy.h STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm); X509_NAME 443 extra_lib/include/openssl/x509_vfy.h int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name, X509_NAME 459 extra_lib/include/openssl/x509_vfy.h int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name, X509_NAME 461 extra_lib/include/openssl/x509_vfy.h int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name, X509_NAME 194 extra_lib/include/openssl/x509v3.h X509_NAME *directoryName; X509_NAME 201 extra_lib/include/openssl/x509v3.h X509_NAME *dirn; /* dirn */ X509_NAME 231 extra_lib/include/openssl/x509v3.h X509_NAME *dpname; X509_NAME 575 extra_lib/include/openssl/x509v3.h int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname); X509_NAME 748 extra_lib/include/openssl/x509v3.h int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk,