/test/recipes/ |
A D | 80-test_ssl_new.t | 136 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 D | 04-test_encoder_decoder.t | 30 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 D | 30-test_evp.t | 187 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 D | conf_include_test.c | 72 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 D | confdump.c | 33 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 D | ssl_test_ctx_test.c | 26 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 D | v3ext.c | 380 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 D | ssl_test.c | 22 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 D | ssl_test_ctx.c | 784 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 D | ssl_test_ctx.h | 260 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section,
|
/test/recipes/90-test_includes_data/ |
A D | includes-prov-dir.cnf | 16 .include conf-includes 17 .include conf-includes-prov
|
A D | includes-eq-ws.cnf | 5 .include = conf-includes
|
A D | includes-eq.cnf | 5 .include=conf-includes
|
A D | includes.cnf | 5 .include conf-includes
|
A D | vms-includes.cnf | 5 .include [.conf-includes]
|
/test/certs/ |
A D | mkcert.sh | 208 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 D | includes1.conf | 2 conf-file = present
|
/test/recipes/25-test_configutl_data/ |
A D | includes.cnf.expected1 | 8 conf-file = present
|
A D | includes.cnf.expected2 | 7 conf-file = present
|
A D | order.cnf | 1 # vim:ft=conf
|
A D | variables.cnf | 1 # vim:ft=conf
|