/freebsd/crypto/openssl/test/ |
H A D | verify_extra_test.c | 305 if (!TEST_ptr(root_f = test_mk_file_path(certs_dir, "rootCA.pem")) in setup_tests() 306 || !TEST_ptr(roots_f = test_mk_file_path(certs_dir, "roots.pem")) in setup_tests() 307 || !TEST_ptr(untrusted_f = test_mk_file_path(certs_dir, "untrusted.pem")) in setup_tests() 308 || !TEST_ptr(bad_f = test_mk_file_path(certs_dir, "bad.pem")) in setup_tests() 309 || !TEST_ptr(req_f = test_mk_file_path(certs_dir, "sm2-csr.pem")) in setup_tests() 310 || !TEST_ptr(sroot_cert = test_mk_file_path(certs_dir, "sroot-cert.pem")) in setup_tests() 311 || !TEST_ptr(ca_cert = test_mk_file_path(certs_dir, "ca-cert.pem")) in setup_tests() 312 || !TEST_ptr(ee_cert = test_mk_file_path(certs_dir, "ee-cert.pem"))) in setup_tests()
|
H A D | rpktest.c | 732 rootcert = test_mk_file_path(certsdir, "rootcert.pem"); in setup_tests() 736 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests() 740 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests() 744 cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in setup_tests() 748 privkey2 = test_mk_file_path(certsdir, "server-ecdsa-key.pem"); in setup_tests() 752 cert448 = test_mk_file_path(certsdir, "server-ed448-cert.pem"); in setup_tests() 756 privkey448 = test_mk_file_path(certsdir, "server-ed448-key.pem"); in setup_tests() 760 cert25519 = test_mk_file_path(certsdir, "server-ed25519-cert.pem"); in setup_tests() 764 privkey25519 = test_mk_file_path(certsdir, "server-ed25519-key.pem"); in setup_tests()
|
H A D | quic_newcid_test.c | 163 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests() 167 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()
|
H A D | ossl_store_test.c | 45 char *input = test_mk_file_path(inputdir, infile); in test_store_open() 232 char *input = test_mk_file_path(inputdir, sm2file); in test_store_attach_unregistered_scheme()
|
H A D | cert_comp_test.c | 262 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests() 266 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()
|
H A D | x509_req_test.c | 32 certFilePath = test_mk_file_path(certsDir, "x509-req-detect-invalid-version.pem"); in test_x509_req_detect_invalid_version()
|
H A D | quicfaultstest.c | 386 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests() 390 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()
|
H A D | ct_test.c | 94 char *file_path = test_mk_file_path(dir, file); in load_pem_cert() 112 char *file_path = test_mk_file_path(dir, file); in read_text_file()
|
H A D | pem_read_depr_test.c | 28 char *paramsfile = test_mk_file_path(datadir, filename); in getfile()
|
H A D | quicapitest.c | 451 reffile = test_mk_file_path(datadir, "ssltraceref.txt"); in compare_with_file() 453 reffile = test_mk_file_path(datadir, "ssltraceref-zlib.txt"); in compare_with_file() 2914 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests() 2918 ccert = test_mk_file_path(certsdir, "ee-client-chain.pem"); in setup_tests() 2922 cauthca = test_mk_file_path(certsdir, "root-cert.pem"); in setup_tests() 2926 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests() 2930 cprivkey = test_mk_file_path(certsdir, "ee-key.pem"); in setup_tests()
|
H A D | sslapitest.c | 569 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_client_cert_verify_cb() 570 char *leaf = test_mk_file_path(certsdir, "leaf.pem"); in test_client_cert_verify_cb() 571 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem"); in test_client_cert_verify_cb() 572 char *int1 = test_mk_file_path(certsdir, "interCA.pem"); in test_client_cert_verify_cb() 573 char *root = test_mk_file_path(certsdir, "rootCA.pem"); in test_client_cert_verify_cb() 650 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_ssl_build_cert_chain() 651 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_ssl_build_cert_chain() 689 char *skey = test_mk_file_path(certsdir, "leaf-encrypted.key"); in test_ssl_ctx_build_cert_chain() 690 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_ssl_ctx_build_cert_chain() 8905 char *path = test_mk_file_path(certsdir, file); in load_chain() [all …]
|
H A D | testutil.h | 647 char *test_mk_file_path(const char *dir, const char *file);
|
H A D | threadstest.c | 1340 privkey = test_mk_file_path(datadir, "rsakey.pem"); in setup_tests()
|
H A D | evp_pkey_provided_test.c | 97 fullfile = test_mk_file_path(datadir, filename); in compare_with_file()
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | driver.c | 439 char *test_mk_file_path(const char *dir, const char *file) in test_mk_file_path() function
|