Home
last modified time | relevance | path

Searched refs:X509_EXTENSIONS (Results 1 – 23 of 23) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dx_exten.c22 ASN1_ITEM_TEMPLATE(X509_EXTENSIONS) =
24 ASN1_ITEM_TEMPLATE_END(X509_EXTENSIONS)
27 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
H A Dx509_req.c163 ASN1_ITEM_rptr(X509_EXTENSIONS)); in STACK_OF()
179 ASN1_ITEM_rptr(X509_EXTENSIONS)); in X509_REQ_add_extensions_nid()
/freebsd/crypto/openssl/include/openssl/
H A Dcrmf.h.in139 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
160 X509_EXTENSIONS
H A Dcrmf.h186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
207 X509_EXTENSIONS
H A Dtypes.h75 # undef X509_EXTENSIONS
H A Dx509.h250 typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS; typedef
737 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
H A Dx509.h.in104 typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS; typedef
543 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
H A Dcmp.h.in341 int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts);
H A Dcmp.h460 int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts);
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_local.h110 X509_EXTENSIONS *reqExtensions; /* exts to be added to cert template */
156 X509_EXTENSIONS *crlDetails;
303 X509_EXTENSIONS *crlEntryDetails;
H A Dcmp_asn.c27 ASN1_OPT(OSSL_CMP_REVANNCONTENT, crlDetails, X509_EXTENSIONS)
272 ASN1_OPT(OSSL_CMP_REVDETAILS, crlEntryDetails, X509_EXTENSIONS)
H A Dcmp_msg.c105 static int add1_extension(X509_EXTENSIONS **pexts, int nid, int crit, void *ex) in add1_extension()
150 static int add_crl_reason_extension(X509_EXTENSIONS **pexts, int reason_code) in add_crl_reason_extension()
287 X509_EXTENSIONS *exts = NULL; in OSSL_CMP_CTX_setup_CRM()
H A Dcmp_ctx.c688 int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts) in DEFINE_OSSL_CMP_CTX_set1_up_ref()
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_item_list.h159 ASN1_ITEM_ref(X509_EXTENSIONS),
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CRMF_MSG_get0_tmpl.pod27 X509_EXTENSIONS
H A DOSSL_CRMF_MSG_set0_validity.pod29 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
H A DOSSL_CMP_CTX_new.pod131 int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts);
569 to the X509_EXTENSIONS of the requested certificate template.
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c319 X509_EXTENSIONS *exts) in OSSL_CRMF_MSG_set0_extensions()
553 X509_EXTENSIONS
/freebsd/crypto/openssl/fuzz/
H A Dasn1.c187 ASN1_ITEM_ref(X509_EXTENSIONS),
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c209 X509_EXTENSIONS *exts = NULL; in execute_CTX_reqExtensions_have_SAN_test()
/freebsd/crypto/openssl/engines/
H A De_capi.c59 # undef X509_EXTENSIONS
/freebsd/crypto/openssl/apps/
H A Dcmp.c1522 X509_EXTENSIONS *exts = NULL; in setup_request_ctx()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1600 X509_EXTENSIONS *exts;