Home
last modified time | relevance | path

Searched refs:cnf (Results 51 – 75 of 81) sorted by relevance

1234

/openssl/include/openssl/
H A Dconf.h.in66 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf); typedef
141 int CONF_modules_load(const CONF *cnf, const char *appname,
H A Dx509v3.h.in619 X509V3_CTX *ctx, CONF_VALUE *cnf);
622 X509V3_CTX *ctx, CONF_VALUE *cnf,
/openssl/doc/man7/
H A Dproxy-certificates.pod111 openssl req -new -config proxy.cnf \
117 -extfile proxy.cnf -extensions proxy
123 openssl req -new -config proxy.cnf \
129 -extfile proxy.cnf -extensions proxy_2
H A Dfips_module.pod72 F</usr/local/ssl/openssl.cnf>.
79 .include /usr/local/ssl/fipsmodule.cnf
152 $ OPENSSL_CONF=/my/nondefault/openssl.cnf myapplication
171 F<fipsmodule.cnf> file to remove or comment out the line which says
284 .include /usr/local/ssl/fipsmodule.cnf
305 called F<openssl-fips.cnf> that automatically loads and configures the FIPS and
330 if (!OSSL_LIB_CTX_load_config(fips_libctx, "openssl-fips.cnf"))
/openssl/doc/man3/
H A DSSL_CTX_set_ctlog_list_file.pod18 (CT) logs from the default file location, "ct_log_list.cnf", found in the
H A DOPENSSL_config.pod20 OPENSSL_config() configures OpenSSL using the standard B<openssl.cnf> and
H A DCTLOG_STORE_new.pod35 file, which is named F<ct_log_list.cnf> in OPENSSLDIR (see the output of
/openssl/crypto/conf/
H A Dconf_lib.c239 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *cnf) in STACK_OF()
245 lh_CONF_VALUE_doall_SECTION_NAMES(cnf->data, collect_section_name, names); in STACK_OF()
/openssl/crypto/rand/
H A Drand_lib.c747 static int random_conf_init(CONF_IMODULE *md, const CONF *cnf) in random_conf_init() argument
751 RAND_GLOBAL *dgbl = rand_get_global(NCONF_get0_libctx((CONF *)cnf)); in random_conf_init()
758 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in random_conf_init()
/openssl/apps/
H A Ds_client.c2670 CONF *cnf = NCONF_new(NULL); in s_client_main() local
2672 if (ldapbio == NULL || cnf == NULL) { in s_client_main()
2674 NCONF_free(cnf); in s_client_main()
2678 if (NCONF_load_bio(cnf, ldapbio, &errline) <= 0) { in s_client_main()
2680 NCONF_free(cnf); in s_client_main()
2690 genstr = NCONF_get_string(cnf, "default", "asn1"); in s_client_main()
2692 NCONF_free(cnf); in s_client_main()
2696 atyp = ASN1_generate_nconf(genstr, cnf); in s_client_main()
2698 NCONF_free(cnf); in s_client_main()
2702 NCONF_free(cnf); in s_client_main()
H A Dopenssl.cnf51 # .include fipsmodule.cnf
60 # included fipsmodule.cnf.
H A Dopenssl-vms.cnf51 # .include fipsmodule.cnf
60 # included fipsmodule.cnf.
/openssl/Configurations/
H A Ddescrip.mms.tmpl325 INSTALL_FIPSMODULECONF=[.providers]fipsmodule.cnf
585 DELETE OSSL_DATAROOT:[000000]fipsmodule.cnf;*
600 COPY/PROT=W:R {- sourcefile("apps", "openssl-vms.cnf") -} -
601 ossl_dataroot:[000000]openssl.cnf-dist
602 IF F$SEARCH("OSSL_DATAROOT:[000000]openssl.cnf") .EQS. "" THEN -
603 COPY/PROT=W:R {- sourcefile("apps", "openssl-vms.cnf") -} -
604 ossl_dataroot:[000000]openssl.cnf
606 COPY/PROT=W:R {- sourcefile("apps", "ct_log_list.cnf") -} -
607 ossl_dataroot:[000000]ct_log_list.cnf-dist
609 COPY/PROT=W:R {- sourcefile("apps", "ct_log_list.cnf") -} -
[all …]
/openssl/apps/lib/
H A Dapps.c415 CONF_VALUE *cnf; in add_oid_section() local
427 cnf = sk_CONF_VALUE_value(sktmp, i); in add_oid_section()
428 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { in add_oid_section()
430 cnf->name, cnf->value); in add_oid_section()
/openssl/test/ssl-tests/
H A D26-tls13_client_auth.cnf.in11 ## Similar to 04-client_auth.cnf.in output, but specific for
/openssl/VMS/
H A Dopenssl_startup.com.in82 .OR. F$SEARCH("WRK_OPENSSLDIR:[000000]openssl.cnf") .EQS. ""
/openssl/doc/HOWTO/
H A Dcertificates.txt19 openssl.cnf and is described at https://www.openssl.org/docs/apps/config.html.
/openssl/doc/man5/
H A Dconfig.pod44 that have a C<.cnf> or C<.conf> extension will be included. (This is only
229 F<example.cnf>, then the following command line:
231 OPENSSL_CONF=example.cnf openssl asn1parse -genstr OID:1.2.3.4.1
/openssl/doc/man1/
H A Dopenssl-asn1parse.pod.in189 openssl asn1parse -genconf asn1.cnf -noout -out asn1.der
H A Dopenssl-cmp.pod.in1079 in the example configuration file F<openssl/apps/openssl.cnf>,
1085 export OPENSSL_CONF=/path/to/openssl/apps/openssl.cnf
1151 such as C<v3_req> in F<openssl/apps/openssl.cnf>:
1208 options from sections of the OpenSSL config file, usually called F<openssl.cnf>.
H A Dopenssl-x509.pod.in725 openssl x509 -req -in careq.pem -extfile openssl.cnf -extensions v3_ca \
731 openssl x509 -req -in req.pem -extfile openssl.cnf -extensions v3_usr \
H A Dopenssl.pod61 The default name of the file is F<openssl.cnf> in the default certificate
H A Dopenssl-ts.pod.in501 F<openssl/apps/openssl.cnf> will do.
/openssl/test/
H A Dbuild.info890 DEPEND[]=provider_internal_test.cnf
891 GENERATE[provider_internal_test.cnf]=provider_internal_test.cnf.in
/openssl/doc/internal/man7/
H A Dbuild.info.pod451 DEPEND[|tests|]=fipsmodule.cnf

Completed in 85 milliseconds

1234