Home
last modified time | relevance | path

Searched refs:conf (Results 51 – 75 of 78) sorted by relevance

1234

/openssl/apps/
H A Dpkeyutl.c105 CONF *conf = NULL; in pkeyutl_main() local
178 conf = app_load_config_modules(opt_arg()); in pkeyutl_main()
179 if (conf == NULL) in pkeyutl_main()
518 NCONF_free(conf); in pkeyutl_main()
H A Dcmp.c57 static CONF *conf = NULL; /* OpenSSL config file context structure */ variable
1860 X509V3_set_nconf(&ext_ctx, conf); in setup_request_ctx()
1862 && !X509V3_EXT_add_nconf_sk(conf, &ext_ctx, opt_reqexts, &exts)) { in setup_request_ctx()
2571 if (!conf_get_number_e(conf, opt_section, opt->name, &num)) { in read_config()
2589 txt = conf_get_string(conf, opt_section, opt->name); in read_config()
2614 conf_argv[2] = conf_get_string(conf, opt_section, opt->name); in read_config()
3385 conf = app_load_config(configfile); in cmp_main()
3386 if (conf == NULL) { in cmp_main()
3390 if (!NCONF_get_section(conf, opt_section)) in cmp_main()
3398 if (!NCONF_get_section(conf, opt_item)) { in cmp_main()
[all …]
H A Dcms.c278 CONF *conf = NULL; in cms_main() local
687 conf = app_load_config_modules(opt_arg()); in cms_main()
688 if (conf == NULL) in cms_main()
1310 NCONF_free(conf); in cms_main()
H A Dspeed.c1760 CONF *conf = NULL; in speed_main() local
2037 conf = app_load_config_modules(opt_arg()); in speed_main()
2038 if (conf == NULL) in speed_main()
4473 NCONF_free(conf); in speed_main()
/openssl/crypto/x509/
H A Dv3_utl.c104 void X509V3_conf_free(CONF_VALUE *conf) in X509V3_conf_free() argument
106 if (!conf) in X509V3_conf_free()
108 OPENSSL_free(conf->name); in X509V3_conf_free()
109 OPENSSL_free(conf->value); in X509V3_conf_free()
110 OPENSSL_free(conf->section); in X509V3_conf_free()
111 OPENSSL_free(conf); in X509V3_conf_free()
/openssl/test/helpers/
H A Dssl_test_ctx.h258 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section,
/openssl/doc/man3/
H A DOPENSSL_load_builtin_modules.pod9 #include <openssl/conf.h>
H A DCONF_modules_free.pod10 #include <openssl/conf.h>
H A DOPENSSL_config.pod9 #include <openssl/conf.h>
H A DCONF_modules_load_file.pod11 #include <openssl/conf.h>
/openssl/apps/include/
H A Dapps.h69 int app_conf_try_number(const CONF *conf, const char *group, const char *name,
122 int add_oid_section(CONF *conf);
/openssl/.github/workflows/
H A Dinterop-tests.yml15 options: --sysctl net.ipv6.conf.lo.disable_ipv6=0
/openssl/include/internal/
H A Dhashtable.h250 HT *ossl_ht_new(HT_CONFIG *conf);
/openssl/
H A DINSTALL.md314 are discussed in corresponding `Configurations/15-*.conf` files. But there are
1340 file named `Configurations/YOURFILENAME.conf` (replace `YOURFILENAME`
1594 ".conf" files in the Configurations directory. The build
1597 for further information about the format of ".conf" files
1599 In addition to the standard ".conf" and ".tmpl" files, it is
1600 possible to create your own ".conf" and ".tmpl" files and
1616 defined for the target platform in the ".conf" file. If not
1719 The main configuration file is [10-main.conf], which contains all targets that
1739 [Configurations/15-android.conf](Configurations/15-android.conf).
1965 [10-main.conf]:
[all …]
H A D.gitignore38 /include/openssl/conf.h
/openssl/include/openssl/
H A Dx509_acert.h.in101 int X509_ACERT_add_attr_nconf(CONF *conf, const char *section,
/openssl/crypto/
H A Dbuild.info3 SUBDIRS=objects buffer bio stack lhash hashtable rand evp asn1 pem x509 conf \
/openssl/crypto/err/
H A Dopenssl.ec17 L CONF include/openssl/conferr.h crypto/conf/conf_err.c include/cry…
H A Dopenssl.txt429 CONF_R_NO_CONF:105:no conf
430 CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE:106:no conf or environment variable
436 openssl conf references missing section
507 CT_R_LOG_CONF_INVALID:109:log conf invalid
508 CT_R_LOG_CONF_INVALID_KEY:110:log conf invalid key
509 CT_R_LOG_CONF_MISSING_DESCRIPTION:111:log conf missing description
510 CT_R_LOG_CONF_MISSING_KEY:112:log conf missing key
/openssl/ssl/
H A Dt1_lib.c2669 const uint16_t *pref, *allow, *conf; in tls1_set_shared_sigalgs() local
2681 conf = c->client_sigalgs; in tls1_set_shared_sigalgs()
2684 conf = c->conf_sigalgs; in tls1_set_shared_sigalgs()
2687 conflen = tls12_get_psigalgs(s, 0, &conf); in tls1_set_shared_sigalgs()
2689 pref = conf; in tls1_set_shared_sigalgs()
2694 allow = conf; in tls1_set_shared_sigalgs()
/openssl/doc/man1/
H A DCA.pl.pod179 C<-config /path/to/conf-file>.
/openssl/Configurations/
H A Dunix-Makefile.tmpl1197 ( cd $(SRCDIR); $(PERL) VMS/VMSify-conf.pl \
1223 ( cd $(SRCDIR); $(PERL) crypto/conf/keysets.pl \
1224 > crypto/conf/conf_def.h )
1309 -conf $$E `basename $$E .ec`.c; \
1311 -conf $$E `basename $$E .ec`.c ; \
/openssl/doc/internal/man3/
H A Dossl_ht_new.pod23 HT *ossl_ht_new(HT_CONFIG *conf);
/openssl/providers/
H A Dfips.module.sources450 include/openssl/conf.h.in
/openssl/doc/man5/
H A Dconfig.pod44 that have a C<.cnf> or C<.conf> extension will be included. (This is only

Completed in 143 milliseconds

1234