/openssl/include/crypto/ |
H A D | x509.h | 135 STACK_OF(GENERAL_NAME) *issuer; 191 STACK_OF(DIST_POINT) *crldp; 221 STACK_OF(X509) *untrusted; 223 STACK_OF(X509_CRL) *crls; 258 STACK_OF(X509) *chain; 326 int ossl_x509_add_certs_new(STACK_OF(X509) **p_sk, STACK_OF(X509) *certs, 329 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_dup(const STACK_OF(X509_ATTRIBUTE) *x); 373 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_add1_attr(STACK_OF(X509_ATTRIBUTE) **x, 375 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_add1_attr_by_OBJ(STACK_OF(X509_ATTRIBUTE) **x, 380 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_add1_attr_by_NID(STACK_OF(X509_ATTRIBUTE) **x, [all …]
|
H A D | ess.h | 22 STACK_OF(GENERAL_NAME) *issuer; 46 STACK_OF(ESS_CERT_ID) *cert_ids; 47 STACK_OF(POLICYINFO) *policy_info; 72 STACK_OF(ESS_CERT_ID_V2) *cert_ids; 73 STACK_OF(POLICYINFO) *policy_info;
|
H A D | x509_acert.h | 28 STACK_OF(GENERAL_NAME) *issuer; 34 STACK_OF(GENERAL_NAME) *issuerName; 42 STACK_OF(GENERAL_NAME) *v1Form; 49 STACK_OF(GENERAL_NAME) *entityName; 60 STACK_OF(X509_ATTRIBUTE) *attributes;
|
/openssl/crypto/cmp/ |
H A D | cmp_local.h | 101 STACK_OF(OSSL_CMP_ITAV) *geninfo_ITAVs; 248 typedef STACK_OF(OSSL_CMP_MSG) OSSL_CMP_MSGS; 292 STACK_OF(X509) *caCerts; 302 STACK_OF(X509_CRL) *crls; 377 STACK_OF(OSSL_CMP_PKISI) *status; 378 STACK_OF(OSSL_CRMF_CERTID) *revCerts; 379 STACK_OF(X509_CRL) *crls; 396 STACK_OF(X509) *caCerts; 469 STACK_OF(X509) *caPubs; 728 STACK_OF(X509) *extraCerts; /* 1 */ [all …]
|
/openssl/include/openssl/ |
H A D | safestack.h.in | 34 # define STACK_OF(type) struct stack_st_##type macro 38 STACK_OF(t1); \ 68 STACK_OF(t1); \ 84 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ 86 return (STACK_OF(t1) *)OPENSSL_sk_new_null(); \ 96 static ossl_unused ossl_inline void sk_##t1##_free(STACK_OF(t1) *sk) \ 100 static ossl_unused ossl_inline void sk_##t1##_zero(STACK_OF(t1) *sk) \ 121 static ossl_unused ossl_inline t2 *sk_##t1##_pop(STACK_OF(t1) *sk) \ 161 static ossl_unused ossl_inline STACK_OF(t1) * sk_##t1##_dup(const STACK_OF(t1) *sk) \ 165 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_deep_copy(const STACK_OF(t1) *sk, \ [all …]
|
H A D | pkcs7.h.in | 62 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */ 65 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */ 89 STACK_OF(X509_ALGOR) *md_algs; /* md used */ 92 STACK_OF(PKCS7_SIGNER_INFO) *signer_info; 110 STACK_OF(PKCS7_RECIP_INFO) *recipientinfo; 116 STACK_OF(X509_ALGOR) *md_algs; /* md used */ 119 STACK_OF(PKCS7_SIGNER_INFO) *signer_info; 121 STACK_OF(PKCS7_RECIP_INFO) *recipientinfo; 315 STACK_OF(X509_ATTRIBUTE) *sk); 330 STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, [all …]
|
H A D | x509v3.h.in | 47 typedef STACK_OF(CONF_VALUE) * 194 typedef STACK_OF(ASN1_OBJECT) EXTENDED_KEY_USAGE; 195 typedef STACK_OF(ASN1_INTEGER) TLS_FEATURE; 196 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES; 206 STACK_OF(X509_NAME_ENTRY) *relativename; 238 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS; 260 STACK_OF(SXNETID) *ids; 272 STACK_OF(ASN1_INTEGER) *noticenos; 296 STACK_OF(POLICYQUALINFO) *qualifiers; 328 STACK_OF(GENERAL_SUBTREE) *excludedSubtrees; [all …]
|
/openssl/crypto/x509/ |
H A D | x509_att.c | 82 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_add1_attr(STACK_OF(X509_ATTRIBUTE) **x, in STACK_OF() function 118 STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr(STACK_OF(X509_ATTRIBUTE) **x, in STACK_OF() function 134 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_add1_attr_by_OBJ(STACK_OF(X509_ATTRIBUTE) **x, in STACK_OF() function 141 STACK_OF(X509_ATTRIBUTE) *ret; in STACK_OF() 151 STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_OBJ(STACK_OF(X509_ATTRIBUTE) in STACK_OF() function 170 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_add1_attr_by_NID(STACK_OF(X509_ATTRIBUTE) **x, in STACK_OF() function 176 STACK_OF(X509_ATTRIBUTE) *ret; in STACK_OF() 186 STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_NID(STACK_OF(X509_ATTRIBUTE) in STACK_OF() function 204 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_add1_attr_by_txt(STACK_OF(X509_ATTRIBUTE) **x, in STACK_OF() function 221 STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_txt(STACK_OF(X509_ATTRIBUTE) in STACK_OF() function [all …]
|
H A D | pcy_local.h | 27 STACK_OF(POLICYQUALINFO) *qualifier_set; 28 STACK_OF(ASN1_OBJECT) *expected_policy_set; 69 STACK_OF(X509_POLICY_DATA) *data; 103 STACK_OF(X509_POLICY_NODE) *nodes; 126 STACK_OF(X509_POLICY_DATA) *extra_data; 128 STACK_OF(X509_POLICY_NODE) *auth_policies; 129 STACK_OF(X509_POLICY_NODE) *user_policies; 151 STACK_OF(X509_POLICY_NODE) *ossl_policy_node_cmp_new(void); 159 X509_POLICY_NODE *ossl_policy_tree_find_sk(STACK_OF(X509_POLICY_NODE) *sk,
|
H A D | x509_v3.c | 20 int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x) in X509v3_get_ext_count() 30 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, int nid, in X509v3_get_ext_by_NID() 41 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, in X509v3_get_ext_by_OBJ() 61 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit, in X509v3_get_ext_by_critical() 83 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc) in X509v3_get_ext() 91 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc) in X509v3_delete_ext() 101 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, in STACK_OF() function 106 STACK_OF(X509_EXTENSION) *sk = NULL; in STACK_OF() 146 STACK_OF(X509_EXTENSION) *X509v3_add_extensions(STACK_OF(X509_EXTENSION) **target, in STACK_OF() function 147 const STACK_OF(X509_EXTENSION) *exts) in STACK_OF()
|
H A D | v3_bcons.c | 19 static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, 21 STACK_OF(CONF_VALUE) 25 STACK_OF(CONF_VALUE) *values); 45 static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, 47 STACK_OF(CONF_VALUE) 57 STACK_OF(CONF_VALUE) *values) in v2i_BASIC_CONSTRAINTS()
|
H A D | v3_battcons.c | 17 static STACK_OF(CONF_VALUE) *i2v_OSSL_BASIC_ATTR_CONSTRAINTS( 20 STACK_OF(CONF_VALUE) 25 STACK_OF(CONF_VALUE) *values); 45 static STACK_OF(CONF_VALUE) *i2v_OSSL_BASIC_ATTR_CONSTRAINTS( 48 STACK_OF(CONF_VALUE) *extlist) 58 STACK_OF(CONF_VALUE) *values) in v2i_OSSL_BASIC_ATTR_CONSTRAINTS()
|
H A D | v3_pcons.c | 18 static STACK_OF(CONF_VALUE) *i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD 19 *method, void *bcons, STACK_OF(CONF_VALUE) 23 STACK_OF(CONF_VALUE) *values); 43 static STACK_OF(CONF_VALUE) *i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD 44 *method, void *a, STACK_OF(CONF_VALUE) 57 STACK_OF(CONF_VALUE) *values) in v2i_POLICY_CONSTRAINTS()
|
H A D | x509_local.h | 30 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */ 32 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */ 47 STACK_OF(ASN1_TYPE) *set; 117 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ 119 STACK_OF(X509_LOOKUP) *get_cert_methods; 140 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, 143 STACK_OF(X509_CRL) *(*lookup_crls) (const X509_STORE_CTX *ctx, 155 typedef STACK_OF(X509_NAME_ENTRY) STACK_OF_X509_NAME_ENTRY;
|
H A D | v3_info.c | 18 static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD 20 *ainfo, STACK_OF(CONF_VALUE) 25 STACK_OF(CONF_VALUE) 61 static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS( 63 STACK_OF(CONF_VALUE) *ret) 69 STACK_OF(CONF_VALUE) *tret = ret; 72 STACK_OF(CONF_VALUE) *tmp; 104 STACK_OF(CONF_VALUE) in v2i_AUTHORITY_INFO_ACCESS()
|
H A D | v3_cpols.c | 23 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, 25 static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method, 27 static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals, 34 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos); 89 static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method, 92 STACK_OF(POLICYINFO) *pols; 96 STACK_OF(CONF_VALUE) *vals = X509V3_parse_list(value); 125 STACK_OF(CONF_VALUE) *polsect; 215 STACK_OF(CONF_VALUE) *unot; in policy_section() 352 STACK_OF(CONF_VALUE) *nos; in notice_section() [all …]
|
H A D | v3_extku.c | 19 STACK_OF(CONF_VALUE) *nval); 20 static STACK_OF(CONF_VALUE) *i2v_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD 21 *method, void *eku, STACK_OF(CONF_VALUE) 77 static STACK_OF(CONF_VALUE) *i2v_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD in ASN1_ITEM_TEMPLATE() 78 *method, void *a, STACK_OF(CONF_VALUE) in ASN1_ITEM_TEMPLATE() 95 STACK_OF(CONF_VALUE) *nval) in v2i_EXTENDED_KEY_USAGE()
|
/openssl/crypto/pkcs12/ |
H A D | p12_crt.c | 15 static int pkcs12_add_bag(STACK_OF(PKCS12_SAFEBAG) **pbags, 17 static int pkcs12_remove_bag(STACK_OF(PKCS12_SAFEBAG) **pbags, 42 STACK_OF(PKCS7) *safes = NULL; in PKCS12_create_ex2() 43 STACK_OF(PKCS12_SAFEBAG) *bags = NULL; in PKCS12_create_ex2() 275 PKCS12_SAFEBAG *PKCS12_add_key(STACK_OF(PKCS12_SAFEBAG) **pbags, in PKCS12_add_key() 301 int PKCS12_add_safe_ex(STACK_OF(PKCS7) **psafes, STACK_OF(PKCS12_SAFEBAG) *bags, in PKCS12_add_safe_ex() 343 int PKCS12_add_safe(STACK_OF(PKCS7) **psafes, STACK_OF(PKCS12_SAFEBAG) *bags, in PKCS12_add_safe() 350 static int pkcs12_remove_bag(STACK_OF(PKCS12_SAFEBAG) **pbags, in pkcs12_remove_bag() 365 static int pkcs12_add_bag(STACK_OF(PKCS12_SAFEBAG) **pbags, in pkcs12_add_bag() 391 PKCS12 *PKCS12_add_safes_ex(STACK_OF(PKCS7) *safes, int nid_p7, in PKCS12_add_safes_ex() [all …]
|
H A D | p12_kiss.c | 18 EVP_PKEY **pkey, STACK_OF(X509) *ocerts); 20 static int parse_bags(const STACK_OF(PKCS12_SAFEBAG) *bags, const char *pass, 21 int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts, 25 EVP_PKEY **pkey, STACK_OF(X509) *ocerts, 36 STACK_OF(X509) **ca) in PKCS12_parse() 38 STACK_OF(X509) *ocerts = NULL; in PKCS12_parse() 140 EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_pk12() 142 STACK_OF(PKCS7) *asafes; in parse_pk12() 143 STACK_OF(PKCS12_SAFEBAG) *bags; in parse_pk12() 176 int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts, in parse_bags() [all …]
|
/openssl/crypto/cms/ |
H A D | cms_local.h | 74 STACK_OF(X509_ALGOR) *digestAlgorithms; 77 STACK_OF(CMS_RevocationInfoChoice) *crls; 78 STACK_OF(CMS_SignerInfo) *signerInfos; 92 STACK_OF(X509_ATTRIBUTE) *signedAttrs; 95 STACK_OF(X509_ATTRIBUTE) *unsignedAttrs; 123 STACK_OF(CMS_RevocationInfoChoice) *crls; 269 STACK_OF(X509_ATTRIBUTE) *authAttrs; 271 STACK_OF(X509_ATTRIBUTE) *unauthAttrs; 279 STACK_OF(X509_ATTRIBUTE) *authAttrs; 281 STACK_OF(X509_ATTRIBUTE) *unauthAttrs; [all …]
|
/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 17 STACK_OF(X509) *certs, unsigned long flags); 18 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id); 19 static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain); 20 static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp, 23 STACK_OF(OCSP_SINGLERESP) *sresp); 32 STACK_OF(X509) *untrusted, STACK_OF(X509) **chain) in ocsp_verify_signer() 98 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, in OCSP_basic_verify() 102 STACK_OF(X509) *chain = NULL; in OCSP_basic_verify() 103 STACK_OF(X509) *untrusted = NULL; in OCSP_basic_verify() 163 STACK_OF(X509) *extra_certs) in OCSP_resp_get0_signer() [all …]
|
H A D | ocsp_local.h | 31 STACK_OF(X509_EXTENSION) *singleRequestExtensions; 43 STACK_OF(OCSP_ONEREQ) *requestList; 44 STACK_OF(X509_EXTENSION) *requestExtensions; 55 STACK_OF(X509) *certs; 147 STACK_OF(X509_EXTENSION) *singleExtensions; 161 STACK_OF(OCSP_SINGLERESP) *responses; 162 STACK_OF(X509_EXTENSION) *responseExtensions; 195 STACK_OF(X509) *certs; 217 STACK_OF(ACCESS_DESCRIPTION) *locator;
|
/openssl/crypto/ct/ |
H A D | ct_x509v3.c | 26 static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, in i2r_SCT_LIST() 33 static int set_sct_list_source(STACK_OF(SCT) *s, sct_source_t source) in set_sct_list_source() 49 static STACK_OF(SCT) *x509_ext_d2i_SCT_LIST(STACK_OF(SCT) **a, in STACK_OF() function 53 STACK_OF(SCT) *s = d2i_SCT_LIST(a, pp, len); in STACK_OF() 63 static STACK_OF(SCT) *ocsp_ext_d2i_SCT_LIST(STACK_OF(SCT) **a, in STACK_OF() function 67 STACK_OF(SCT) *s = d2i_SCT_LIST(a, pp, len); in STACK_OF()
|
/openssl/crypto/ts/ |
H A D | ts_local.h | 48 STACK_OF(X509_EXTENSION) *extensions; 92 STACK_OF(X509_EXTENSION) *extensions; 97 STACK_OF(ASN1_UTF8STRING) *text; 106 STACK_OF(X509) *certs; /* Certs to include in signed data. */ 107 STACK_OF(ASN1_OBJECT) *policies; /* Acceptable policies. */ 109 STACK_OF(EVP_MD) *mds; /* Acceptable message digests. */ 136 STACK_OF(X509) *certs;
|
/openssl/apps/include/ |
H A D | apps.h | 143 X509 **pcert, STACK_OF(X509) **pcerts, 146 STACK_OF(X509) *load_certs_multifile(char *files, const char *pass, 152 int load_crls(const char *uri, STACK_OF(X509_CRL) **crls, 158 X509 **pcert, STACK_OF(X509) **pcerts, 159 X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls); 268 STACK_OF(OPENSSL_STRING) *sigopts); 270 STACK_OF(OPENSSL_STRING) *vfyopts); 272 STACK_OF(OPENSSL_STRING) *sigopts); 297 const STACK_OF(CONF_VALUE) *headers, 303 const STACK_OF(CONF_VALUE) *headers, [all …]
|