Lines Matching refs:srvcert
75 static X509 *srvcert = NULL; variable
227 fixture->cert = srvcert; in test_validate_msg_signature_partial_chain()
233 || !add_trusted(fixture->cmp_ctx, srvcert)) { in test_validate_msg_signature_partial_chain()
262 fixture->cert = srvcert; in test_validate_msg_signature_srvcert()
268 wrong? clcert : srvcert)) in test_validate_msg_signature_srvcert()
364 fixture->cert = srvcert; in test_validate_with_sender()
368 || !TEST_true(OSSL_CMP_CTX_set1_srvCert(fixture->cmp_ctx, srvcert))) { in test_validate_with_sender()
378 return test_validate_with_sender(X509_get_subject_name(srvcert), 1); in test_validate_msg_signature_expected_sender()
429 setup_path(&fixture, srvcert /* wrong/non-root cert */, 0); in test_validate_cert_path_wrong_anchor()
579 X509_free(srvcert); in cleanup_tests()
656 if (!TEST_ptr(srvcert = load_cert_pem(server_f, libctx)) in OPT_TEST_DECLARE_USAGE()