Home
last modified time | relevance | path

Searched refs:GENERAL_NAMES (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_san.c18 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method,
21 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method,
24 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
25 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens);
30 { NID_subject_alt_name, 0, ASN1_ITEM_ref(GENERAL_NAMES),
37 { NID_issuer_alt_name, 0, ASN1_ITEM_ref(GENERAL_NAMES),
44 { NID_certificate_issuer, 0, ASN1_ITEM_ref(GENERAL_NAMES),
52 GENERAL_NAMES *gens, in STACK_OF()
301 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, in v2i_issuer_alt()
306 GENERAL_NAMES *gens = sk_GENERAL_NAME_new_reserve(NULL, num); in v2i_issuer_alt()
[all …]
H A Dx_ietfatt.c40 GENERAL_NAMES *policyAuthority;
105 const GENERAL_NAMES *
112 GENERAL_NAMES *names) in OSSL_IETF_ATTR_SYNTAX_set0_policyAuthority()
H A Dv3_genn.c48 ASN1_ITEM_TEMPLATE(GENERAL_NAMES) = ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, GeneralNames, G…
49 ASN1_ITEM_TEMPLATE_END(GENERAL_NAMES)
51 IMPLEMENT_ASN1_FUNCTIONS(GENERAL_NAMES)
H A Dx509aset.c37 static int replace_dirName(GENERAL_NAMES **names, const X509_NAME *dirName) in replace_dirName()
124 void X509_ACERT_set0_holder_entityName(X509_ACERT *x, GENERAL_NAMES *names) in X509_ACERT_set0_holder_entityName()
H A Dv3_utl.c28 GENERAL_NAMES *gens);
450 GENERAL_NAMES *gens; in STACK_OF()
483 GENERAL_NAMES *gens; in STACK_OF()
496 GENERAL_NAMES *gens) in STACK_OF()
871 GENERAL_NAMES *gens = NULL; in do_x509_check()
1420 int OSSL_GENERAL_NAMES_print(BIO *out, GENERAL_NAMES *gens, int indent) in OSSL_GENERAL_NAMES_print()
H A Dx509_acert.c79 static X509_NAME *get_dirName(const GENERAL_NAMES *names)
141 const GENERAL_NAMES *X509_ACERT_get0_holder_entityName(const X509_ACERT *x) in X509_ACERT_get0_holder_entityName()
H A Dv3_attrdesc.c21 ASN1_SIMPLE(OSSL_INFO_SYNTAX_POINTER, name, GENERAL_NAMES),
/freebsd/crypto/openssl/doc/man3/
H A DCMS_get1_ReceiptRequest.pod15 STACK_OF(GENERAL_NAMES) *receiptList, STACK_OF(GENERAL_NAMES) *receiptsTo,
19 STACK_OF(GENERAL_NAMES) *receiptList, STACK_OF(GENERAL_NAMES) *receiptsTo);
24 STACK_OF(GENERAL_NAMES) **plist,
25 STACK_OF(GENERAL_NAMES) **prto);
H A DOSSL_IETF_ATTR_SYNTAX.pod19 const GENERAL_NAMES *
22 GENERAL_NAMES *names);
71 B<GENERAL_NAMES> structure or B<NULL> if the policy authority has not been
H A DX509_ACERT_get0_holder_baseCertId.pod24 const GENERAL_NAMES *X509_ACERT_get0_holder_entityName(const X509_ACERT *x);
27 void X509_ACERT_set0_holder_entityName(X509_ACERT *x, GENERAL_NAMES *name);
H A DOSSL_GENERAL_NAMES_print.pod12 int OSSL_GENERAL_NAMES_print(BIO *out, GENERAL_NAMES *gens, int indent);
H A DOSSL_CMP_ITAV_new_caCerts.pod40 const GENERAL_NAMES *issuer,
45 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
126 If <only_DN> is set, a candidate issuer name of type B<GENERAL_NAMES> is
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_ess.c118 STACK_OF(GENERAL_NAMES) *receiptList, STACK_OF(GENERAL_NAMES) *receiptsTo, in CMS_ReceiptRequest_create0_ex()
161 STACK_OF(GENERAL_NAMES) *receiptList, STACK_OF(GENERAL_NAMES) *receiptsTo) in CMS_ReceiptRequest_create0()
195 STACK_OF(GENERAL_NAMES) **plist, in CMS_ReceiptRequest_get0_values()
196 STACK_OF(GENERAL_NAMES) **prto) in CMS_ReceiptRequest_get0_values()
H A Dcms_local.h350 STACK_OF(GENERAL_NAMES) *receiptsTo;
357 STACK_OF(GENERAL_NAMES) *receiptList;
H A Dcms_asn1.c348 ASN1_IMP_SEQUENCE_OF(CMS_ReceiptsFrom, d.receiptList, GENERAL_NAMES, 1)
352 …, CMS_ReceiptsFrom), ASN1_SEQUENCE_OF(CMS_ReceiptRequest, receiptsTo, GENERAL_NAMES) } ASN1_SEQUEN…
/freebsd/crypto/openssl/include/openssl/
H A Dx509_acert.h.in56 const GENERAL_NAMES *X509_ACERT_get0_holder_entityName(const X509_ACERT *x);
91 void X509_ACERT_set0_holder_entityName(X509_ACERT *x, GENERAL_NAMES *name);
148 const GENERAL_NAMES *
151 GENERAL_NAMES *names);
H A Dx509v3.h273 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES; typedef
276 SKM_DEFINE_STACK_OF_INTERNAL(GENERAL_NAMES, GENERAL_NAMES, GENERAL_NAMES)
278 #define sk_GENERAL_NAMES_value(sk, idx) ((GENERAL_NAMES *)OPENSSL_sk_value(ossl_check_const_GENERAL…
279 #define sk_GENERAL_NAMES_new(cmp) ((STACK_OF(GENERAL_NAMES) *)OPENSSL_sk_new(ossl_check_GENERAL_NAM…
280 #define sk_GENERAL_NAMES_new_null() ((STACK_OF(GENERAL_NAMES) *)OPENSSL_sk_new_null())
281 #define sk_GENERAL_NAMES_new_reserve(cmp, n) ((STACK_OF(GENERAL_NAMES) *)OPENSSL_sk_new_reserve(oss…
285 #define sk_GENERAL_NAMES_delete(sk, i) ((GENERAL_NAMES *)OPENSSL_sk_delete(ossl_check_GENERAL_NAMES…
286 #define sk_GENERAL_NAMES_delete_ptr(sk, ptr) ((GENERAL_NAMES *)OPENSSL_sk_delete_ptr(ossl_check_GEN…
289 #define sk_GENERAL_NAMES_pop(sk) ((GENERAL_NAMES *)OPENSSL_sk_pop(ossl_check_GENERAL_NAMES_sk_type(…
290 #define sk_GENERAL_NAMES_shift(sk) ((GENERAL_NAMES *)OPENSSL_sk_shift(ossl_check_GENERAL_NAMES_sk_t…
[all …]
H A Dcms.h.in362 STACK_OF(GENERAL_NAMES) *receiptList,
363 STACK_OF(GENERAL_NAMES) *receiptsTo);
366 STACK_OF(GENERAL_NAMES) *receiptList,
367 STACK_OF(GENERAL_NAMES) *receiptsTo,
374 STACK_OF(GENERAL_NAMES) **plist,
375 STACK_OF(GENERAL_NAMES) **prto);
H A Dx509v3.h.in201 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES; typedef
205 generate_stack_macros("GENERAL_NAMES");
212 GENERAL_NAMES *fullname;
237 GENERAL_NAMES *CRLissuer;
251 GENERAL_NAMES *issuer;
583 DECLARE_ASN1_FUNCTIONS(GENERAL_NAMES)
586 GENERAL_NAMES *gen,
588 GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method,
761 const GENERAL_NAMES *X509_get0_authority_issuer(X509 *x);
1062 int OSSL_GENERAL_NAMES_print(BIO *out, GENERAL_NAMES *gens, int indent);
[all …]
H A Dcms.h460 STACK_OF(GENERAL_NAMES) *receiptList,
461 STACK_OF(GENERAL_NAMES) *receiptsTo);
464 STACK_OF(GENERAL_NAMES) *receiptList,
465 STACK_OF(GENERAL_NAMES) *receiptsTo,
472 STACK_OF(GENERAL_NAMES) **plist,
473 STACK_OF(GENERAL_NAMES) **prto);
H A Dx509_acert.h55 const GENERAL_NAMES *X509_ACERT_get0_holder_entityName(const X509_ACERT *x);
90 void X509_ACERT_set0_holder_entityName(X509_ACERT *x, GENERAL_NAMES *name);
171 const GENERAL_NAMES *
174 GENERAL_NAMES *names);
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c160 ASN1_EXP(OSSL_CMP_CRLSOURCE, value.issuer, GENERAL_NAMES, 1),
616 const GENERAL_NAMES *issuer, in OSSL_CMP_CRLSTATUS_new1()
657 static GENERAL_NAMES *gennames_new(const X509_NAME *nm) in gennames_new()
659 GENERAL_NAMES *names; in gennames_new()
672 static int gennames_allowed(GENERAL_NAMES *names, int only_DN) in gennames_allowed()
689 GENERAL_NAMES *issuers = NULL; in OSSL_CMP_CRLSTATUS_create()
690 const GENERAL_NAMES *CRLissuer = NULL; in OSSL_CMP_CRLSTATUS_create()
756 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer, in OSSL_CMP_CRLSTATUS_get0()
/freebsd/crypto/krb5/src/plugins/tls/k5tls/
H A Dopenssl.c141 static GENERAL_NAMES *
174 GENERAL_NAMES *sans; in check_cert_address()
233 GENERAL_NAMES *sans; in check_cert_servername()
/freebsd/crypto/openssl/apps/
H A Dcms.c1432 static void gnames_stack_print(STACK_OF(GENERAL_NAMES) *gns) in gnames_stack_print()
1456 STACK_OF(GENERAL_NAMES) *rto, *rlist; in receipt_request_print()
1496 static STACK_OF(GENERAL_NAMES) *make_names_stack(STACK_OF(OPENSSL_STRING) *ns) in STACK_OF() argument
1499 STACK_OF(GENERAL_NAMES) *ret; in STACK_OF()
1500 GENERAL_NAMES *gens = NULL; in STACK_OF()
1533 STACK_OF(GENERAL_NAMES) *rct_to = NULL, *rct_from = NULL; in make_receipt_request()
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_item_list.h74 ASN1_ITEM_ref(GENERAL_NAMES),

12