Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/
H A Dsignit8 openssl smime -sign -in $infile -out $outfile -inkey test_cert.key -signer test_cert.pem -outform D…
9 openssl smime -verify -content $infile -in $outfile -inform DER -CAfile test_cert.pem || echo "coul…
H A D10-unbound-anchor.test49 cp test_cert.pem root.pem
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A DMakefile.am224 test_cert \
247 test_cert: test_cert.in Makefile target
248 $(do_subst) < $(srcdir)/test_cert.in > test_cert.tmp
249 $(heim_verbose)chmod +x test_cert.tmp
250 mv test_cert.tmp test_cert
327 test_cert.in \
H A DMakefile.in952 test_cert \
985 test_cert.in \
1605 test_cert.log: test_cert
2270 test_cert: test_cert.in Makefile
2271 $(do_subst) < $(srcdir)/test_cert.in > test_cert.tmp
2272 $(heim_verbose)chmod +x test_cert.tmp
2273 mv test_cert.tmp test_cert
H A DChangeLog350 * test_cert.in: Test PEM and DER FILE writing functionallity.
426 * test_cert.in: more cert and keyset tests.
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_ctx_test.c16 static X509 *test_cert; variable
19 #define X509_new() X509_dup(test_cert)
50 X509 *x = X509_dup(test_cert); in STACK_OF()
76 || !ossl_cmp_ctx_set0_newCert(ctx, X509_dup(test_cert)) in execute_CTX_reinit_test()
81 || !ossl_cmp_ctx_set0_validatedSrvCert(ctx, X509_dup(test_cert)) in execute_CTX_reinit_test()
805 || !TEST_ptr(test_cert = load_cert_pem(cert_file, NULL))) in DEFINE_SET_CB_TEST()
/netbsd-src/external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/
H A Dunbound-control-setup55 SVR_BASE=test_cert
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-gen.c634 test_cert(void) in test_cert() function
1787 ret += test_cert(); in main()