Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/test/
H A Dsslapitest.c83 static char *certsdir = NULL; variable
567 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_client_cert_verify_cb()
568 char *leaf = test_mk_file_path(certsdir, "leaf.pem"); in test_client_cert_verify_cb()
569 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem"); in test_client_cert_verify_cb()
570 char *int1 = test_mk_file_path(certsdir, "interCA.pem"); in test_client_cert_verify_cb()
571 char *root = test_mk_file_path(certsdir, "rootCA.pem"); in test_client_cert_verify_cb()
648 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_ssl_build_cert_chain()
8417 rootfile = test_mk_file_path(certsdir, "rootcert.pem"); in cert_cb()
11156 if (!TEST_ptr(certsdir = test_get_argument(0)) in setup_tests()
11204 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests()
[all …]