Home
last modified time | relevance | path

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

/openssl/test/
H A Dct_test.c28 static char *certs_dir = NULL; variable
38 const char *certs_dir; member
339 fixture->certs_dir = certs_dir; in test_no_scts_in_certificate()
350 fixture->certs_dir = certs_dir; in test_one_sct_in_certificate()
354 fixture->sct_dir = certs_dir; in test_one_sct_in_certificate()
363 fixture->certs_dir = certs_dir; in test_multiple_scts_in_certificate()
367 fixture->sct_dir = certs_dir; in test_multiple_scts_in_certificate()
376 fixture->certs_dir = certs_dir; in test_verify_one_sct()
388 fixture->certs_dir = certs_dir; in test_verify_multiple_scts()
401 fixture->certs_dir = certs_dir; in test_verify_fails_for_future_sct()
[all …]
H A Dverify_extra_test.c20 static const char *certs_dir; variable
302 if (!TEST_ptr(certs_dir = test_get_argument(0))) in setup_tests()
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()

Completed in 6 milliseconds