Home
last modified time | relevance | path

Searched refs:extensions (Results 26 – 50 of 109) sorted by relevance

12345

/openssl/doc/man3/
H A DX509v3_get_ext_by_NID.pod61 X509v3_get_ext_count() retrieves the number of extensions in I<x>.
89 and X509_add_ext() operate on the extensions of certificate I<x>. They are
94 X509_CRL_delete_ext() and X509_CRL_add_ext() operate on the extensions of
100 X509_REVOKED_add_ext() operate on the extensions of CRL entry I<x>.
105 These functions are used to examine stacks of extensions directly.
133 X509v3_add_ext() returns a STACK of extensions or NULL on error.
H A DOSSL_CMP_MSG_get0_header.pod75 The set of X.509 extensions to include is computed as follows.
76 If a PKCS#10 CSR is present in I<ctx>, default extensions are taken from there,
81 The extensions are further augmented or overridden by any extensions with the
H A DOSSL_CRMF_MSG_set0_validity.pod54 X.509 extensions may be set using OSSL_CRMF_MSG_set0_extensions().
58 OSSL_CRMF_MSG_set0_extensions() sets I<exts> as the extensions in the
62 extensions in the certTemplate of I<crm>. Consumes I<ext>.
H A DOPENSSL_s390xcap.pod13 libcrypto supports z/Architecture instruction set extensions. These
14 extensions are denoted by individual bits in the capabilities vector.
174 Disables all instruction set extensions which the z196 processor does not implement:
H A DOPENSSL_ia32cap.pod13 OpenSSL supports a range of x86[_64] instruction set extensions. These
14 extensions are denoted by individual bits in capability vector returned
122 extensions.
/openssl/crypto/crmf/
H A Dcrmf_lib.c334 sk_X509_EXTENSION_pop_free(tmpl->extensions, X509_EXTENSION_free); in OSSL_CRMF_MSG_set0_extensions()
335 tmpl->extensions = exts; in OSSL_CRMF_MSG_set0_extensions()
351 if (tmpl->extensions == NULL) { in OSSL_CRMF_MSG_push0_extension()
352 if ((tmpl->extensions = sk_X509_EXTENSION_new_null()) == NULL) in OSSL_CRMF_MSG_push0_extension()
357 if (!sk_X509_EXTENSION_push(tmpl->extensions, ext)) in OSSL_CRMF_MSG_push0_extension()
362 sk_X509_EXTENSION_free(tmpl->extensions); in OSSL_CRMF_MSG_push0_extension()
363 tmpl->extensions = NULL; in OSSL_CRMF_MSG_push0_extension()
568 return tmpl != NULL ? tmpl->extensions : NULL; in OSSL_CRMF_CERTTEMPLATE_get0_extensions()
/openssl/crypto/ts/
H A Dts_local.h48 STACK_OF(X509_EXTENSION) *extensions;
92 STACK_OF(X509_EXTENSION) *extensions;
H A Dts_req_print.c48 TS_ext_print_bio(bio, a->extensions); in TS_REQ_print_bio()
H A Dts_asn1.c51 ASN1_IMP_SEQUENCE_OF_OPT(TS_REQ, extensions, X509_EXTENSION, 0)
96 ASN1_IMP_SEQUENCE_OF_OPT(TS_TST_INFO, extensions, X509_EXTENSION, 1)
/openssl/apps/
H A Dopenssl.cnf28 # X.509v3 extensions to use:
29 # extensions =
31 # X.509v3 extensions in its main [= default] section.)
97 x509_extensions = usr_cert # The extensions to add to the cert
149 x509_extensions = v3_ca # The extensions to add to the self signed cert
164 # req_extensions = v3_req # The extensions to add to a certificate request
204 # These extensions are added when 'ca' signs a request.
270 # CRL extensions.
277 # These extensions should be added when creating a proxy certificate
H A Dopenssl-vms.cnf28 # X.509v3 extensions to use:
29 # extensions =
31 # X.509v3 extensions in its main [= default] section.)
97 x509_extensions = usr_cert # The extensions to add to the cert
149 x509_extensions = v3_ca # The extensions to add to the self signed cert
164 # req_extensions = v3_req # The extensions to add to a certificate request
204 # These extensions are added when 'ca' signs a request.
270 # CRL extensions.
277 # These extensions should be added when creating a proxy certificate
H A Dca.c281 const char *extensions = NULL, *extfile = NULL, *passinarg = NULL; in ca_main() local
474 extensions = opt_arg(); in ca_main()
789 if (extensions == NULL) { in ca_main()
791 if (extensions == NULL) in ca_main()
792 extensions = "default"; in ca_main()
859 extensions); in ca_main()
868 if (extensions == NULL) { in ca_main()
870 if (extensions == NULL) in ca_main()
873 if (extensions != NULL) { in ca_main()
882 extensions); in ca_main()
[all …]
H A Drehash.c106 static const char *extensions[] = { "pem", "crt", "cer", "crl" }; variable
251 for (i = 0; i < OSSL_NELEM(extensions); i++) { in do_file()
252 if (OPENSSL_strcasecmp(extensions[i], ext + 1) == 0) in do_file()
255 if (i >= OSSL_NELEM(extensions)) in do_file()
/openssl/doc/man1/
H A Dopenssl-ca.pod.in57 [B<-extensions> I<section>]
285 =item B<-extensions> I<section>
429 The section of the configuration file containing CRL extensions to
432 empty) then a V2 CRL is created. The CRL extensions specified are
433 CRL extensions and B<not> CRL entry extensions. It should be noted
558 A fallback to the B<-extensions> option.
598 multicharacter string types and does not display extensions.
612 values for certain extensions such as subjectAltName.
668 Sign a certificate request, using CA extensions:
670 openssl ca -in req.pem -extensions v3_ca -out newcert.pem
[all …]
H A Dopenssl-req.pod.in42 [B<-extensions> I<section>]
151 in the configuration file and any requested extensions.
291 X.509 extensions are not copied from any provided request input file.
294 possibly using the B<-config> and B<-extensions> options,
329 all extensions in the request are copied to the certificate.
332 values for certain extensions such as subjectAltName.
334 =item B<-extensions> I<section>,
338 from which X.509 extensions are included
489 extensions to add to the certificate request. It can be overridden
497 extensions to add to certificate generated when B<-x509> is in use.
[all …]
/openssl/crypto/x509/
H A Dx509cset.c113 return crl->crl.extensions; in STACK_OF()
176 return r->extensions; in STACK_OF()
H A Dx_crl.c25 ASN1_SEQUENCE_OF_OPT(X509_REVOKED, extensions, X509_EXTENSION)
74 ASN1_EXP_SEQUENCE_OF_OPT(X509_CRL_INFO, extensions, X509_EXTENSION, 0)
135 exts = rev->extensions;
233 exts = crl->crl.extensions; in crl_cb()
/openssl/ssl/statem/
H A Dstatem_clnt.c1398 RAW_EXTENSION *extensions = NULL; in tls_process_server_hello() local
1724 OPENSSL_free(extensions); in tls_process_server_hello()
1727 OPENSSL_free(extensions); in tls_process_server_hello()
1734 RAW_EXTENSION *extensions = NULL; in tls_process_as_hello_retry_request() local
1751 OPENSSL_free(extensions); in tls_process_as_hello_retry_request()
1752 extensions = NULL; in tls_process_as_hello_retry_request()
1786 OPENSSL_free(extensions); in tls_process_as_hello_retry_request()
1841 PACKET extensions; in tls_process_server_certificate() local
2367 PACKET reqctx, extensions; in tls_process_certificate_request() local
3676 PACKET extensions; in tls_process_encrypted_extensions() local
[all …]
/openssl/include/crypto/
H A Dx509.h96 STACK_OF(X509_EXTENSION) *extensions; /* extensions: optional */
133 STACK_OF(X509_EXTENSION) *extensions; /* CRL entry extensions: optional */
170 STACK_OF(X509_EXTENSION) *extensions; /* [ 3 ] optional in v3 */
/openssl/test/recipes/
H A D70-test_tlsextms.t215 my %extensions = %{$message->extension_data};
217 $extensions{TLSProxy::Message::EXT_EXTENDED_MASTER_SECRET}) {
H A D70-test_sslsessiontick.t226 my %extensions = %{$message->extension_data};
228 $extensions{TLSProxy::Message::EXT_SESSION_TICKET}) {
/openssl/
H A D.gitignore116 # with extensions. And we keep the corpora subddir versioned as well.
117 # Anything more generic with extensions that should be ignored will be taken
118 # care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
/openssl/include/openssl/
H A Dx509v3.h.in74 /* The following pair is used for string extensions */
77 /* The following pair is used for multi-valued extensions */
80 /* The following are used for raw extensions */
93 /* Context specific info for producing X509 v3 extensions*/
489 /* Return error for unknown extensions */
491 /* Print error for unknown extensions */
493 /* ASN1 parse unknown extensions */
495 /* BIO_dump unknown extensions */
900 * Utilities to construct and extract values from RFC3779 extensions,
937 * Check whether RFC 3779 extensions nest properly in chains.
/openssl/doc/man7/
H A Dproxy-certificates.pod28 extensions.
58 command, with some extra extensions:
117 -extfile proxy.cnf -extensions proxy
121 configuration section for the proxy extensions:
129 -extfile proxy.cnf -extensions proxy_2
/openssl/ssl/
H A Dbuild.info12 statem/statem_lib.c statem/extensions.c statem/extensions_srvr.c \

Completed in 71 milliseconds

12345