Searched refs:test_cert (Results 1 – 8 of 8) sorted by relevance
8 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…
49 cp test_cert.pem root.pem
224 test_cert \247 test_cert: test_cert.in Makefile target248 $(do_subst) < $(srcdir)/test_cert.in > test_cert.tmp249 $(heim_verbose)chmod +x test_cert.tmp250 mv test_cert.tmp test_cert327 test_cert.in \
952 test_cert \985 test_cert.in \1605 test_cert.log: test_cert2270 test_cert: test_cert.in Makefile2271 $(do_subst) < $(srcdir)/test_cert.in > test_cert.tmp2272 $(heim_verbose)chmod +x test_cert.tmp2273 mv test_cert.tmp test_cert
350 * test_cert.in: Test PEM and DER FILE writing functionallity.426 * test_cert.in: more cert and keyset tests.
16 static X509 *test_cert; variable19 #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()
55 SVR_BASE=test_cert
634 test_cert(void) in test_cert() function1787 ret += test_cert(); in main()