Searched refs:GENERAL_NAME (Results 1 - 25 of 30) sorted by relevance

12

/openbsd-current/lib/libcrypto/x509/
H A Dx509_genn.c186 .offset = offsetof(GENERAL_NAME, d.otherName),
193 .offset = offsetof(GENERAL_NAME, d.rfc822Name),
200 .offset = offsetof(GENERAL_NAME, d.dNSName),
208 .offset = offsetof(GENERAL_NAME, d.x400Address),
216 .offset = offsetof(GENERAL_NAME, d.directoryName),
223 .offset = offsetof(GENERAL_NAME, d.ediPartyName),
230 .offset = offsetof(GENERAL_NAME, d.uniformResourceIdentifier),
237 .offset = offsetof(GENERAL_NAME, d.iPAddress),
244 .offset = offsetof(GENERAL_NAME, d.registeredID),
252 .utype = offsetof(GENERAL_NAME, typ
[all...]
H A Dx509_alt.c74 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
75 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
133 GENERAL_NAME *gen;
158 i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen,
251 GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen)
336 GENERAL_NAME *gen;
358 GENERAL_NAME *gen = NULL;
379 GENERAL_NAME *val = sk_GENERAL_NAME_value(ialt, i);
422 GENERAL_NAME *gen;
448 GENERAL_NAME *ge
[all...]
H A Dx509v3.h206 } GENERAL_NAME; typedef in typeref:struct:GENERAL_NAME_st
210 GENERAL_NAME *location;
217 DECLARE_STACK_OF(GENERAL_NAME)
219 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
305 GENERAL_NAME *base;
483 GENERAL_NAME *GENERAL_NAME_new(void);
484 void GENERAL_NAME_free(GENERAL_NAME *a);
485 GENERAL_NAME *d2i_GENERAL_NAME(GENERAL_NAME **a, const unsigned char **in, long len);
486 int i2d_GENERAL_NAME(GENERAL_NAME *
[all...]
H A Dx509_ncons.c77 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
78 static int nc_match_single(GENERAL_NAME *sub, GENERAL_NAME *gen);
316 GENERAL_NAME gntmp;
349 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i);
358 nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc)
409 nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base)
H A Dx509_internal.h45 int type; /* GEN_* types from GENERAL_NAME */
112 int x509_constraints_general_to_bytes(GENERAL_NAME *name, uint8_t **bytes,
130 int x509_constraints_validate(GENERAL_NAME *constraint,
H A Dx509_akey.c157 STACK_OF(GENERAL_NAME) *gens = NULL;
158 GENERAL_NAME *gen = NULL;
H A Dx509_crld.c109 static STACK_OF(GENERAL_NAME) *
113 STACK_OF(GENERAL_NAME) *gens;
134 STACK_OF(GENERAL_NAME) *fnm = NULL;
313 GENERAL_NAME *gen = NULL;
721 print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent)
H A Dx509_local.h184 STACK_OF(GENERAL_NAME) *altname;
199 STACK_OF(GENERAL_NAME) *issuer;
H A Dx509_purp.c319 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i);
875 GENERAL_NAME *gen;
H A Dx509_constraints.c701 * De-obfuscate a GENERAL_NAME into useful bytes for a name or constraint.
704 x509_constraints_general_to_bytes(GENERAL_NAME *name, uint8_t **bytes,
765 GENERAL_NAME *name;
961 * if the GENERAL_NAME had a valid type but was ignored.
964 x509_constraints_validate(GENERAL_NAME *constraint,
H A Dx509_utl.c695 GENERAL_NAME *gen;
1099 GENERAL_NAME *gen;
/openbsd-current/lib/libcrypto/ts/
H A Dts_local.h138 GENERAL_NAME *tsa;
183 STACK_OF(GENERAL_NAME) *issuer;
292 GENERAL_NAME *tsa_name;
H A Dts_rsp_verify.c93 static int TS_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer);
94 static int TS_find_name(STACK_OF(GENERAL_NAME) *gen_names, GENERAL_NAME *name);
445 GENERAL_NAME *issuer;
526 GENERAL_NAME *tsa_name = TS_TST_INFO_get_tsa(tst_info);
805 TS_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer)
807 STACK_OF(GENERAL_NAME) *gen_names = NULL;
838 TS_find_name(STACK_OF(GENERAL_NAME) *gen_names, GENERAL_NAME *name)
843 GENERAL_NAME *curren
[all...]
H A Dts_rsp_utils.c409 TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa)
411 GENERAL_NAME *new_tsa;
426 GENERAL_NAME *
H A Dts_rsp_print.c208 GENERAL_NAME *tsa_name;
H A Dts.h306 int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa);
307 GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a);
H A Dts_rsp_sign.c636 GENERAL_NAME *tsa_name = NULL;
879 GENERAL_NAME *name = NULL;
/openbsd-current/regress/lib/libtls/verify/
H A Dverifytest.c407 alt_names_add(STACK_OF(GENERAL_NAME) *alt_name_stack, struct alt_name *alt)
410 GENERAL_NAME *alt_name;
413 errx(1, "failed to malloc GENERAL_NAME");
439 STACK_OF(GENERAL_NAME) *alt_name_stack = NULL;
/openbsd-current/lib/libcrypto/ocsp/
H A Docsp_local.h99 GENERAL_NAME *requestorName;
H A Docsp_vfy.c388 GENERAL_NAME *gen;
H A Docsp_cl.c110 GENERAL_NAME *gen;
/openbsd-current/lib/libtls/
H A Dtls_verify.c91 STACK_OF(GENERAL_NAME) *altname_stack = NULL;
125 GENERAL_NAME *altname;
/openbsd-current/usr.sbin/acme-client/
H A Drevokeproc.c156 GENERAL_NAME *gen_name;
/openbsd-current/lib/libcrypto/stack/
H A Dsafestack.h733 #define sk_GENERAL_NAME_new(cmp) SKM_sk_new(GENERAL_NAME, (cmp))
734 #define sk_GENERAL_NAME_new_null() SKM_sk_new_null(GENERAL_NAME)
735 #define sk_GENERAL_NAME_free(st) SKM_sk_free(GENERAL_NAME, (st))
736 #define sk_GENERAL_NAME_num(st) SKM_sk_num(GENERAL_NAME, (st))
737 #define sk_GENERAL_NAME_value(st, i) SKM_sk_value(GENERAL_NAME, (st), (i))
738 #define sk_GENERAL_NAME_set(st, i, val) SKM_sk_set(GENERAL_NAME, (st), (i), (val))
739 #define sk_GENERAL_NAME_zero(st) SKM_sk_zero(GENERAL_NAME, (st))
740 #define sk_GENERAL_NAME_push(st, val) SKM_sk_push(GENERAL_NAME, (st), (val))
741 #define sk_GENERAL_NAME_unshift(st, val) SKM_sk_unshift(GENERAL_NAME, (st), (val))
742 #define sk_GENERAL_NAME_find(st, val) SKM_sk_find(GENERAL_NAME, (s
[all...]
/openbsd-current/usr.sbin/rpki-client/
H A Dx509.c798 GENERAL_NAME *name;
913 x509_location(const char *fn, const char *descr, GENERAL_NAME *location,

Completed in 324 milliseconds

12