Home
last modified time | relevance | path

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

/openbsd/regress/lib/libcrypto/x509/
H A Dmake-dir-roots.pl52 $certs_path = shift @ARGV;
55 opendir CERTS, $certs_path or
56 die "failed to open certs directory '$certs_path'";
60 $roots_file = join("/", $certs_path, $_, "roots.pem");
H A Dcallbackfailures.c217 verify_cert_test(const char *certs_path, int mode) in verify_cert_test() argument
230 if (asprintf(&bundle_file, "%s/%s/bundle.pem", certs_path, in verify_cert_test()
233 if (asprintf(&bundle_file2, "%s/%s/roots.pem", certs_path, in verify_cert_test()
H A Dexpirecallback.c230 verify_cert_test(const char *certs_path, int mode) in verify_cert_test() argument
241 if (asprintf(&roots_file, "%s/%s/roots.pem", certs_path, in verify_cert_test()
244 if (asprintf(&bundle_file, "%s/%s/bundle.pem", certs_path, in verify_cert_test()
H A Dcallback.c349 verify_cert_test(const char *certs_path, int mode) in verify_cert_test() argument
360 if (asprintf(&roots_file, "%s/%s/roots.pem", certs_path, in verify_cert_test()
363 if (asprintf(&bundle_file, "%s/%s/bundle.pem", certs_path, in verify_cert_test()
H A Dverify.c469 verify_cert_test(const char *certs_path, int mode) in verify_cert_test() argument
480 if (asprintf(&roots_file, "%s/%s/roots.pem", certs_path, in verify_cert_test()
483 if (asprintf(&bundle_file, "%s/%s/bundle.pem", certs_path, in verify_cert_test()
/openbsd/regress/lib/libssl/api/
H A Dapitest.c28 const char *certs_path = CERTSDIR; variable
38 if (asprintf(&ca_path, "%s/%s", certs_path, ca_file) == -1) in ssl_ctx_use_ca_file()
60 if (asprintf(&chain_path, "%s/%s", certs_path, chain_file) == -1) in ssl_ctx_use_keypair()
66 if (asprintf(&key_path, "%s/%s", certs_path, key_file) == -1) in ssl_ctx_use_keypair()
369 certs_path = argv[1]; in main()
/openbsd/regress/lib/libcrypto/x509/bettertls/
H A Dverify.c194 bettertls_cert_test(const char *certs_path) in bettertls_cert_test() argument
205 if (asprintf(&roots_file, "%s/root.crt", certs_path) == -1) in bettertls_cert_test()
211 if (asprintf(&cert_file, "%s/%d.crt", certs_path, i) == -1) in bettertls_cert_test()
213 if (asprintf(&bundle_file, "%s/%d.chain", certs_path, i) == -1) in bettertls_cert_test()