Searched refs:X509_NAME (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dx_name.c70 * Maximum length of X509_NAME: much larger than anything we should
86 static int x509_name_encode(X509_NAME *a);
87 static int x509_name_canon(X509_NAME *a);
119 * representing the ASN1. Unfortunately X509_NAME uses a completely different
134 IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff)
136 IMPLEMENT_ASN1_FUNCTIONS(X509_NAME)
138 IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME)
142 X509_NAME *ret = NULL;
143 ret = OPENSSL_malloc(sizeof(X509_NAME));
168 X509_NAME *
[all...]
H A Dx_req.c98 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
H A Dx_crl.c79 X509_NAME *issuer);
118 ASN1_SIMPLE(X509_CRL_INFO, issuer, X509_NAME),
404 static int crl_revoked_issuer_match(X509_CRL *crl, X509_NAME *nm,
433 X509_NAME *issuer)
479 X509_NAME *issuer),
H A Dasn1_locl.h133 ASN1_INTEGER *ser, X509_NAME *issuer);
H A Dx_x509.c70 ASN1_SIMPLE(X509_CINF, issuer, X509_NAME),
72 ASN1_SIMPLE(X509_CINF, subject, X509_NAME),
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509rset.c73 int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name)
H A Dx509name.c67 int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len)
77 int X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, char *buf,
95 int X509_NAME_entry_count(X509_NAME *name)
102 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos)
113 int X509_NAME_get_index_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int lastpos)
133 X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc)
142 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
181 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type,
195 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
209 int X509_NAME_add_entry_by_txt(X509_NAME *nam
[all...]
H A Dx509.h117 # undef X509_NAME macro
190 } /* X509_NAME */ ;
192 DECLARE_STACK_OF(X509_NAME)
229 X509_NAME *subject;
246 X509_NAME *issuer;
248 X509_NAME *subject;
444 X509_NAME *issuer;
614 X509_NAME *issuer),
665 int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
761 X509_NAME *X509_NAME_du
[all...]
H A Dx509_cmp.c134 X509_NAME *X509_get_issuer_name(X509 *a)
151 X509_NAME *X509_get_subject_name(X509 *a)
204 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b)
211 ret = i2d_X509_NAME((X509_NAME *)a, NULL);
217 ret = i2d_X509_NAME((X509_NAME *)b, NULL);
231 unsigned long X509_NAME_hash(X509_NAME *x)
236 /* Make sure X509_NAME structure contains valid cached encoding */
254 unsigned long X509_NAME_hash_old(X509_NAME *x)
260 /* Make sure X509_NAME structur
[all...]
H A Dx509_vfy.h148 int (*get_by_subject) (X509_LOOKUP *ctx, int type, X509_NAME *name,
150 int (*get_by_issuer_serial) (X509_LOOKUP *ctx, int type, X509_NAME *name,
210 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
211 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
268 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
269 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
460 X509_NAME *name);
462 int type, X509_NAME *name);
470 STACK_OF(X509) *X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm);
471 STACK_OF(X509_CRL) *X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *n
[all...]
H A Dx509_set.c99 int X509_set_issuer_name(X509 *x, X509_NAME *name)
106 int X509_set_subject_name(X509 *x, X509_NAME *name)
H A Dx509_r2x.c72 X509_NAME *xn;
H A Dx509_lu.c125 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name,
135 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name,
306 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
449 X509_NAME *name, int *pnmatch)
492 X509_NAME *name)
498 int type, X509_NAME *name)
507 STACK_OF(X509) *X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm)
556 STACK_OF(X509_CRL) *X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm)
643 X509_NAME *xn;
731 X509_NAME *n
[all...]
H A Dx509cset.c78 int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name)
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_cert.c774 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,
775 STACK_OF(X509_NAME) *name_list)
783 STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk)
786 STACK_OF(X509_NAME) *ret;
787 X509_NAME *name;
800 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list)
805 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list)
810 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx)
815 STACK_OF(X509_NAME) *SSL_get_client_CA_lis
[all...]
H A Dkssl.h79 # undef X509_NAME macro
/freebsd-11-stable/crypto/openssl/crypto/
H A Dossl_typ.h109 # undef X509_NAME macro
159 typedef struct X509_name_st X509_NAME; typedef in typeref:struct:X509_name_st
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c81 X509_NAME *iname;
100 X509_NAME *issuerName,
H A Docsp_asn.c120 ASN1_EXP(OCSP_RESPID, value.byName, X509_NAME, 1),
179 ASN1_SIMPLE(OCSP_SERVICELOC, issuer, X509_NAME),
H A Docsp_vfy.c76 X509_NAME *nm, STACK_OF(X509) *certs,
316 X509_NAME *iname;
376 X509_NAME *nm;
438 X509_NAME *nm, STACK_OF(X509) *certs,
H A Docsp.h200 X509_NAME *byName;
343 X509_NAME *issuer;
420 X509_NAME *issuerName,
431 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
492 X509_EXTENSION *OCSP_url_svcloc_new(X509_NAME *issuer, char **urls);
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_ncons.c78 static int nc_dn(X509_NAME *sub, X509_NAME *nm);
270 X509_NAME *nm;
393 * X509_NAME makes this comparison easy. It is matched if the subtree is a
397 static int nc_dn(X509_NAME *nm, X509_NAME *base)
H A Dv3nametest.c75 X509_NAME *n = NULL;
239 X509_NAME *issuer = NULL;
H A Dv3_crld.c125 X509_NAME *nm;
482 X509_NAME ntmp;
536 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname)
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_pkey.c161 STACK_OF(X509_NAME) *ca_dn, X509 **pcert,

Completed in 135 milliseconds

1234