Lines Matching refs:certsdir
92 static char *certsdir = NULL; variable
577 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_client_cert_verify_cb()
578 char *leaf = test_mk_file_path(certsdir, "leaf.pem"); in test_client_cert_verify_cb()
579 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem"); in test_client_cert_verify_cb()
580 char *int1 = test_mk_file_path(certsdir, "interCA.pem"); in test_client_cert_verify_cb()
581 char *root = test_mk_file_path(certsdir, "rootCA.pem"); in test_client_cert_verify_cb()
658 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_ssl_build_cert_chain()
659 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_ssl_build_cert_chain()
697 char *skey = test_mk_file_path(certsdir, "leaf-encrypted.key"); in test_ssl_ctx_build_cert_chain()
698 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_ssl_ctx_build_cert_chain()
1876 signer_key_file = test_mk_file_path(certsdir, signer_key_files); in create_ocsp_resp()
1879 signer_cert_file = test_mk_file_path(certsdir, signer_cert_files); in create_ocsp_resp()
1974 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_tlsext_status_type()
1975 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_tlsext_status_type()
1976 char *leaf = test_mk_file_path(certsdir, "leaf.pem"); in test_tlsext_status_type()
2313 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_tlsext_status_type_multi()
2314 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_tlsext_status_type_multi()
2315 char *leaf = test_mk_file_path(certsdir, "leaf.pem"); in test_tlsext_status_type_multi()
2316 char *root = test_mk_file_path(certsdir, "rootCA.pem"); in test_tlsext_status_type_multi()
9317 char *path = test_mk_file_path(certsdir, file); in load_chain()
13759 if (!TEST_ptr(certsdir = test_get_argument(0)) in setup_tests()
13822 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests()
13826 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()
13830 cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in setup_tests()
13834 privkey2 = test_mk_file_path(certsdir, "server-ecdsa-key.pem"); in setup_tests()
13838 cert1024 = test_mk_file_path(certsdir, "ee-cert-1024.pem"); in setup_tests()
13842 privkey1024 = test_mk_file_path(certsdir, "ee-key-1024.pem"); in setup_tests()
13846 cert3072 = test_mk_file_path(certsdir, "ee-cert-3072.pem"); in setup_tests()
13850 privkey3072 = test_mk_file_path(certsdir, "ee-key-3072.pem"); in setup_tests()
13854 cert4096 = test_mk_file_path(certsdir, "ee-cert-4096.pem"); in setup_tests()
13858 privkey4096 = test_mk_file_path(certsdir, "ee-key-4096.pem"); in setup_tests()
13862 cert8192 = test_mk_file_path(certsdir, "ee-cert-8192.pem"); in setup_tests()
13866 privkey8192 = test_mk_file_path(certsdir, "ee-key-8192.pem"); in setup_tests()