HomeSort by: relevance | last modified time | path
    Searched refs:X509_NAME (Results 1 - 25 of 323) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/apache2/openssl/dist/test/
build_wincrypt_test.c 23 #ifndef X509_NAME
26 #pragma message("wincrypt.h no longer defining X509_NAME before OpenSSL headers")
28 #warning "wincrypt.h no longer defining X509_NAME before OpenSSL headers"
  /src/crypto/external/bsd/openssl.old/dist/test/
handshake_helper.h 56 STACK_OF(X509_NAME) *server_ca_names;
64 STACK_OF(X509_NAME) *client_ca_names;
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_local.h 70 const ASN1_INTEGER *ser, const X509_NAME *issuer);
83 const X509_NAME *name, X509_OBJECT *ret);
85 const X509_NAME *name,
94 const X509_NAME *name, X509_OBJECT *ret,
141 const X509_NAME *nm);
144 const X509_NAME *nm);
161 const X509_NAME *name, X509_OBJECT *ret);
x_name.c 20 * Maximum length of X509_NAME: much larger than anything we should
36 static int x509_name_encode(X509_NAME *a);
37 static int x509_name_canon(X509_NAME *a);
68 * representing the ASN1. Unfortunately X509_NAME uses a completely different
84 IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff)
86 IMPLEMENT_ASN1_FUNCTIONS(X509_NAME)
88 IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME)
92 X509_NAME *ret = OPENSSL_zalloc(sizeof(*ret));
118 X509_NAME *a;
122 a = (X509_NAME *)*pval
    [all...]
x509name.c 19 int X509_NAME_get_text_by_NID(const X509_NAME *name, int nid,
30 int X509_NAME_get_text_by_OBJ(const X509_NAME *name, const ASN1_OBJECT *obj,
50 int X509_NAME_entry_count(const X509_NAME *name)
60 int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos)
71 int X509_NAME_get_index_by_OBJ(const X509_NAME *name, const ASN1_OBJECT *obj,
92 X509_NAME_ENTRY *X509_NAME_get_entry(const X509_NAME *name, int loc)
101 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
141 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type,
156 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
170 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type
    [all...]
x509aset.c 37 static int replace_dirName(GENERAL_NAMES **names, const X509_NAME *dirName)
41 X509_NAME *name_copy;
96 const X509_NAME *issuer)
144 int X509_ACERT_set1_issuerName(X509_ACERT *x, const X509_NAME *name)
x509rset.c 28 int X509_REQ_set_subject_name(X509_REQ *x, const X509_NAME *name)
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x_name.c 20 * Maximum length of X509_NAME: much larger than anything we should
36 static int x509_name_encode(X509_NAME *a);
37 static int x509_name_canon(X509_NAME *a);
69 * representing the ASN1. Unfortunately X509_NAME uses a completely different
84 IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff)
86 IMPLEMENT_ASN1_FUNCTIONS(X509_NAME)
88 IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME)
92 X509_NAME *ret = OPENSSL_zalloc(sizeof(*ret));
115 X509_NAME *a;
119 a = (X509_NAME *)*pval
    [all...]
x509_local.h 70 const ASN1_INTEGER *ser, const X509_NAME *issuer);
83 const X509_NAME *name, X509_OBJECT *ret);
85 const X509_NAME *name,
94 const X509_NAME *name, X509_OBJECT *ret,
141 const X509_NAME *nm);
144 const X509_NAME *nm);
x509name.c 19 int X509_NAME_get_text_by_NID(const X509_NAME *name, int nid,
30 int X509_NAME_get_text_by_OBJ(const X509_NAME *name, const ASN1_OBJECT *obj,
50 int X509_NAME_entry_count(const X509_NAME *name)
60 int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos)
71 int X509_NAME_get_index_by_OBJ(const X509_NAME *name, const ASN1_OBJECT *obj,
92 X509_NAME_ENTRY *X509_NAME_get_entry(const X509_NAME *name, int loc)
101 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
141 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type,
156 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
170 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type
    [all...]
x509rset.c 26 int X509_REQ_set_subject_name(X509_REQ *x, const X509_NAME *name)
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x_name.c 20 * Maximum length of X509_NAME: much larger than anything we should
36 static int x509_name_encode(X509_NAME *a);
37 static int x509_name_canon(X509_NAME *a);
69 * representing the ASN1. Unfortunately X509_NAME uses a completely different
84 IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff)
86 IMPLEMENT_ASN1_FUNCTIONS(X509_NAME)
88 IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME)
92 X509_NAME *ret = OPENSSL_zalloc(sizeof(*ret));
115 X509_NAME *a;
119 a = (X509_NAME *)*pval
    [all...]
x509name.c 19 int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len)
29 int X509_NAME_get_text_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj,
49 int X509_NAME_entry_count(const X509_NAME *name)
56 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos)
67 int X509_NAME_get_index_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int lastpos)
87 X509_NAME_ENTRY *X509_NAME_get_entry(const X509_NAME *name, int loc)
96 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
136 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type,
151 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
165 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type
    [all...]
x509_local.h 67 ASN1_INTEGER *ser, X509_NAME *issuer);
80 X509_NAME *name, X509_OBJECT *ret);
82 X509_NAME *name, ASN1_INTEGER *serial,
131 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
132 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
x509rset.c 26 int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name)
x_req.c 50 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_cert.c 471 static void set0_CA_list(STACK_OF(X509_NAME) **ca_list,
472 STACK_OF(X509_NAME) *name_list)
478 STACK_OF(X509_NAME) *SSL_dup_CA_list(const STACK_OF(X509_NAME) *sk)
482 STACK_OF(X509_NAME) *ret;
483 X509_NAME *name;
502 void SSL_set0_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list)
507 void SSL_CTX_set0_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list)
512 const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx)
517 const STACK_OF(X509_NAME) *SSL_get0_CA_list(const SSL *s
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_cert.c 448 static void set0_CA_list(STACK_OF(X509_NAME) **ca_list,
449 STACK_OF(X509_NAME) *name_list)
455 STACK_OF(X509_NAME) *SSL_dup_CA_list(const STACK_OF(X509_NAME) *sk)
459 STACK_OF(X509_NAME) *ret;
460 X509_NAME *name;
479 void SSL_set0_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list)
484 void SSL_CTX_set0_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list)
489 const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx)
494 const STACK_OF(X509_NAME) *SSL_get0_CA_list(const SSL *s
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_cert.c 556 static void set0_CA_list(STACK_OF(X509_NAME) **ca_list,
557 STACK_OF(X509_NAME) *name_list)
563 STACK_OF(X509_NAME) *SSL_dup_CA_list(const STACK_OF(X509_NAME) *sk)
567 STACK_OF(X509_NAME) *ret;
568 X509_NAME *name;
587 void SSL_set0_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list)
597 void SSL_CTX_set0_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list)
602 const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx)
607 const STACK_OF(X509_NAME) *SSL_get0_CA_list(const SSL *s
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.h 66 STACK_OF(X509_NAME) *server_ca_names;
74 STACK_OF(X509_NAME) *client_ca_names;
  /src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.h 66 STACK_OF(X509_NAME) *server_ca_names;
74 STACK_OF(X509_NAME) *client_ca_names;
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509.h 77 DEFINE_STACK_OF(X509_NAME)
340 X509_NAME *issuer),
389 int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
483 X509_NAME *X509_NAME_dup(X509_NAME *xn);
546 DECLARE_ASN1_FUNCTIONS(X509_NAME)
548 int X509_NAME_set(X509_NAME **xn, X509_NAME *name);
610 char *X509_NAME_oneline(const X509_NAME *a, char *buf, int size);
640 int X509_set_issuer_name(X509 *x, X509_NAME *name)
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/openssl/
crmf.h.in 141 OSSL_CRMF_CERTID *OSSL_CRMF_CERTID_gen(const X509_NAME *issuer,
174 const X509_NAME *OSSL_CRMF_CERTTEMPLATE_get0_subject(const OSSL_CRMF_CERTTEMPLATE *tmpl);
175 const X509_NAME *OSSL_CRMF_CERTTEMPLATE_get0_issuer(const OSSL_CRMF_CERTTEMPLATE *tmpl);
179 const X509_NAME *OSSL_CRMF_CERTID_get0_issuer(const OSSL_CRMF_CERTID *cid);
183 const X509_NAME *subject,
184 const X509_NAME *issuer,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
crmf.h.in 123 OSSL_CRMF_CERTID *OSSL_CRMF_CERTID_gen(const X509_NAME *issuer,
156 const X509_NAME
158 const X509_NAME
162 const X509_NAME
168 const X509_NAME *subject,
169 const X509_NAME *issuer,
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
x509.h 40 } /* X509_NAME */ ;
60 X509_NAME *subject; /* certificate request DN */
81 X509_NAME *issuer; /* CRL issuer name */
150 X509_NAME *issuer;
152 X509_NAME *subject;
226 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
227 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>