/test/recipes/ |
A D | 15-test_out_option.t | 33 my $path = File::Spec->canonpath('./'); 34 ok(!run(app([ 'openssl', 'rand', '-out', $path, '1'])), 35 "invalid output path: $path"); 40 my $path = File::Spec->canonpath('randomname.bin'); 41 ok(run(app([ 'openssl', 'rand', '-out', $path, '1'])), 42 "valid output path: $path"); 55 my $path = File::Spec->canonpath($rand_path); 56 ok(!run(app([ 'openssl', 'rand', '-out', $path, '1'])), 57 "invalid output path: $path"); 66 ok(run(app([ 'openssl', 'rand', '-out', $path, '1'])), [all …]
|
A D | 80-test_pkcs12.t | 79 my @path = qw(test certs); 90 "-CAfile", srctop_file(@path, "sroot-cert.pem"), 91 "-untrusted", srctop_file(@path, "ca-cert.pem"), 92 "-in", srctop_file(@path, "ee-cert.pem"), 101 "-in", srctop_file(@path, "ee-cert.pem"), 114 "-in", srctop_file(@path, "v3-certs-RC2.p12"), 125 "-inkey", srctop_file(@path, "cert-key-cert.pem"), 126 "-in", srctop_file(@path, "cert-key-cert.pem"), 164 "-inkey", srctop_file(@path, "cert-key-cert.pem"), 165 "-in", srctop_file(@path, "cert-key-cert.pem"), [all …]
|
A D | 80-test_x509aux.t | 17 my @path = qw(test certs); 25 srctop_file(@path, "roots.pem"), 26 srctop_file(@path, "root+anyEKU.pem"), 27 srctop_file(@path, "root-anyEKU.pem"), 28 srctop_file(@path, "root-cert.pem"), 29 srctop_file(@path, "invalid-cert.pem"),
|
A D | 60-test_x509_store.t | 31 my @path = qw(test certs); 34 for (@$untrusted) { push(@args, "-untrusted", srctop_file(@path, "$_.pem")) } 35 push(@args, srctop_file(@path, "$cert.pem"));
|
A D | 30-test_engine.t | 18 my @path = qw(test certs); 24 ok(run(test(["enginetest", srctop_file(@path, "root-cert.pem")])),
|
A D | 25-test_pkcs7.t | 22 my @path = qw(test certs); 36 "-certfile", srctop_file(@path, $pemfile),
|
A D | 25-test_configutl.t | 31 my $path = ($file eq "includes.cnf") ? srctop_file("test", $file) : 34 "-config", $path,
|
A D | 80-test_cms.t | 1175 our @path = qw(test certs); 1176 our $key = srctop_file(@path, "ee-key.pem"); 1177 our $ee = srctop_file(@path, "ee-cert.pem"); 1178 our $ca = srctop_file(@path, "ca-cert.pem"); 1179 our $root = srctop_file(@path, "root-cert.pem");
|
/test/recipes/80-test_cmp_http_data/ |
A D | test_connection.csv | 1 expected,description, -section,val, -server,val, -proxy,val, -no_proxy,val, -tls_used,noarg, -path,… 26 1,path explicit, -section,, -server,_SERVER_HOST:_SERVER_PORT,,,,,BLANK,, -path,_SERVER_PATH,BLANK,… 27 1,path overrides -server path, -section,, -server,_SERVER_HOST:_SERVER_PORT/ignored,,,,,BLANK,, -pa… 28 1,path default -server path, -section,, -server,_SERVER_HOST:_SERVER_PORT/_SERVER_PATH,,,,,BLANK,, … 29 0,path missing argument, -section,,,,,,,,BLANK,, -path,,BLANK,,BLANK,,BLANK, 30 0,path wrong, -section,,,,,,,,BLANK,, -path,/publicweb/cmp/example,BLANK,,BLANK,,BLANK, 31 1,path with additional '/'s fine according to RFC 3986, -section,,,,,,,,BLANK,, -path,/_SERVER_PATH… 32 0,path mixed case, -section,,,,,,,,BLANK,, -path,pKiX/,BLANK,,BLANK,,BLANK, 33 0,path upper case, -section,,,,,,,,BLANK,, -path,PKIX/,BLANK,,BLANK,,BLANK,
|
/test/ |
A D | provider_default_search_path_test.c | 17 char *path = "./some/path"; in test_default_libctx() local 21 ok = TEST_true(OSSL_PROVIDER_set_default_search_path(ctx, path)) in test_default_libctx() 23 && TEST_str_eq(path, retrieved_path); in test_default_libctx() 32 char *path = "./another/location"; in test_explicit_libctx() local 42 && TEST_true(OSSL_PROVIDER_set_default_search_path(ctx, path)) in test_explicit_libctx() 46 && TEST_str_eq(path, retrieved_path) in test_explicit_libctx()
|
A D | http_test.c | 47 const char *req, *path; in mock_http_server() local 70 path = hdr; in mock_http_server() 88 if (!HAS_PREFIX(path, RPATH)) { in mock_http_server() 156 char path[80]; in test_http_method() local 162 BIO_snprintf(path, sizeof(path), "/%d%s", suggested_status, in test_http_method() 299 && TEST_str_eq(path, exp_path) in test_http_url_ok() 310 OPENSSL_free(path); in test_http_url_ok() 318 char *host, *path; in test_http_url_path_query_ok() local 326 OPENSSL_free(path); in test_http_url_path_query_ok() 377 && TEST_ptr_null(path); in test_http_url_invalid() [all …]
|
A D | moduleloadtest.c | 21 static int test_load(const char *path, const char *symbol) in test_load() argument 28 if (!sd_load(path, &sd, SD_MODULE)) in test_load()
|
A D | danetest.c | 291 BIO *f, const char *path) in test_tlsafile() argument
|
A D | README.ssltest.md | 203 "VerifyCAFile" => "/path/to/custom/file"
|
A D | sslapitest.c | 9317 char *path = test_mk_file_path(certsdir, file); in load_chain() local 9322 if (path == NULL) in load_chain() 9325 || BIO_read_filename(in, path) <= 0) in load_chain() 9345 OPENSSL_free(path); in load_chain()
|
/test/quic-openssl-docker/hq-interop/ |
A D | quic-hq-interop-server.c | 451 char path[BUF_SIZE]; in process_new_stream() local 497 snprintf(path, BUF_SIZE, "%s/%s", fileprefix, reqname); in process_new_stream() 499 fprintf(stderr, "Serving %s\n", path); in process_new_stream() 500 readbio = BIO_new_file(path, "r"); in process_new_stream() 502 fprintf(stderr, "Unable to open %s\n", path); in process_new_stream() 512 fprintf(stderr, "Failed to read from %s\n", path); in process_new_stream()
|
/test/recipes/70-test_quic_multistream_data/ |
A D | verify-qlog.py | 9 import sys, os, os.path, glob, json, re 168 for filename in glob.glob(os.path.join(qlogdir, '*.sqlog')):
|
/test/recipes/80-test_cmp_http_data/Mock/ |
A D | test.cnf | 26 path = $server_path
|