Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 21 of 21) sorted by relevance

/test/recipes/
A D80-test_ssl_new.t136 foreach my $conf (@conf_files) {
137 subtest "Test configuration $conf" => sub {
139 test_conf($conf,
141 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
143 test_conf($conf,
145 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
147 test_conf($conf,
149 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
155 my ($conf, $check_source, $skip, $provider) = @_;
159 my $output_file = $conf . "." . $provider;
[all …]
A D04-test_encoder_decoder.t30 my $conf = srctop_file("test", "default.cnf");
50 "-config", $conf,
57 "-config", $conf,
62 my $conf = srctop_file("test", "fips-and-base.cnf");
65 "-config", $conf,
71 '-config', $conf, '-provider', 'fips', '-out', 'ec.txt' ])),
A D30-test_evp.t187 my $conf = srctop_file("test", $_);
191 "-config", $conf,
193 "running evp_test -config $conf $f");
197 my $conf = srctop_file("test", $defaultcnf);
200 "-config", $conf,
202 "running evp_test -config $conf $f");
/test/
A Dconf_include_test.c72 static CONF *conf; variable
86 if (!TEST_int_gt(NCONF_load_bio(conf, in, &errline), 0) in test_load_config()
98 if (!TEST_int_gt(CONF_modules_load(conf, NULL, 0), 0)) { in test_load_config()
105 if (!TEST_int_eq(NCONF_get_number(conf, "CA_default", "default_days", &val), 1) in test_load_config()
113 if (!TEST_int_eq(NCONF_get_number(conf, "req", "default_bits", &val), 1) in test_load_config()
120 str = NCONF_get_string(conf, "req_distinguished_name", "countryName_default"); in test_load_config()
129 if (!TEST_int_eq(NCONF_get_number(conf, "null_sect", "activate", &val), 1) in test_load_config()
135 if (!TEST_int_eq(NCONF_get_number(conf, "default_sect", "activate", &val), 1) in test_load_config()
141 if (!TEST_int_eq(NCONF_get_number(conf, "legacy_sect", "activate", &val), 1) in test_load_config()
252 if (!TEST_ptr(conf = NCONF_new(NULL))) in setup_tests()
[all …]
A Dconfdump.c33 CONF *conf = NCONF_new(NCONF_default()); in main() local
37 if (conf != NULL && NCONF_load(conf, argv[1], &eline)) { in main()
40 section_names = NCONF_get_section_names(conf); in main()
42 dump_section(sk_OPENSSL_CSTRING_value(section_names, i), conf); in main()
49 NCONF_free(conf); in main()
A Dssl_test_ctx_test.c26 static CONF *conf = NULL; variable
129 if (!TEST_ptr(ctx = SSL_TEST_CTX_create(conf, fixture->test_section, in execute_test()
231 if (!TEST_ptr_null(ctx = SSL_TEST_CTX_create(conf, in test_bad_configuration()
249 if (!TEST_ptr(conf = NCONF_new(NULL))) in setup_tests()
252 if (!TEST_int_gt(NCONF_load(conf, test_get_argument(0), NULL), 0)) in setup_tests()
263 NCONF_free(conf); in cleanup_tests()
A Dv3ext.c380 CONF *conf; in test_ext_syntax() local
386 conf = NCONF_new_ex(NULL, NULL); in test_ext_syntax()
387 if (!TEST_ptr(conf)) { in test_ext_syntax()
391 if (!TEST_long_gt(NCONF_load_bio(conf, extbio, &eline), 0)) { in test_ext_syntax()
395 X509V3_set_nconf(&ctx, conf); in test_ext_syntax()
398 if (!TEST_true(X509V3_EXT_add_nconf(conf, &ctx, "default", in test_ext_syntax()
405 if (!TEST_false(X509V3_EXT_add_nconf(conf, &ctx, "default", in test_ext_syntax()
416 NCONF_free(conf); in test_ext_syntax()
A Dssl_test.c22 static CONF *conf = NULL; variable
405 test_ctx = SSL_TEST_CTX_create(conf, test_app, libctx); in test_handshake()
508 || !TEST_int_gt(CONF_modules_load(conf, test_app, 0), 0)) in test_handshake()
559 if (!TEST_ptr(conf = NCONF_new(NULL)) in OPT_TEST_DECLARE_USAGE()
561 || !TEST_int_gt(NCONF_load(conf, test_get_argument(0), NULL), 0) in OPT_TEST_DECLARE_USAGE()
562 || !TEST_int_ne(NCONF_get_number_e(conf, NULL, "num_tests", in OPT_TEST_DECLARE_USAGE()
577 NCONF_free(conf); in cleanup_tests()
/test/helpers/
A Dssl_test_ctx.c784 OPENSSL_free(conf->client.npn_protocols); in ssl_test_extra_conf_free_data()
785 OPENSSL_free(conf->server.npn_protocols); in ssl_test_extra_conf_free_data()
786 OPENSSL_free(conf->server2.npn_protocols); in ssl_test_extra_conf_free_data()
787 OPENSSL_free(conf->client.alpn_protocols); in ssl_test_extra_conf_free_data()
790 OPENSSL_free(conf->client.reneg_ciphers); in ssl_test_extra_conf_free_data()
791 OPENSSL_free(conf->server.srp_user); in ssl_test_extra_conf_free_data()
792 OPENSSL_free(conf->server.srp_password); in ssl_test_extra_conf_free_data()
793 OPENSSL_free(conf->server2.srp_user); in ssl_test_extra_conf_free_data()
794 OPENSSL_free(conf->server2.srp_password); in ssl_test_extra_conf_free_data()
795 OPENSSL_free(conf->client.srp_user); in ssl_test_extra_conf_free_data()
[all …]
A Dssl_test_ctx.h260 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section,
/test/recipes/90-test_includes_data/
A Dincludes-prov-dir.cnf16 .include conf-includes
17 .include conf-includes-prov
A Dincludes-eq-ws.cnf5 .include = conf-includes
A Dincludes-eq.cnf5 .include=conf-includes
A Dincludes.cnf5 .include conf-includes
A Dvms-includes.cnf5 .include [.conf-includes]
/test/certs/
A Dmkcert.sh208 local conf=$1; shift
214 echo "$conf")
231 conf=$(echo "subjectAltName = @alts"
235 geneeconfig $key $cert $cakey $ca "$conf"
/test/recipes/25-test_configutl_data/includes.1.d/
A Dincludes1.conf2 conf-file = present
/test/recipes/25-test_configutl_data/
A Dincludes.cnf.expected18 conf-file = present
A Dincludes.cnf.expected27 conf-file = present
A Dorder.cnf1 # vim:ft=conf
A Dvariables.cnf1 # vim:ft=conf

Completed in 33 milliseconds