Lines Matching refs:cert
67 static X509 *cert = NULL;
173 /* newkey used by default for signing does not match cert: */
174 || !TEST_true(OSSL_CMP_CTX_set1_cert(fixture->cmp_ctx, cert))) {
262 || !TEST_true(OSSL_CMP_CTX_set1_oldCert(fixture->cmp_ctx, cert))) {
290 X509_dup(cert)))) {
304 X509_dup(cert)))) {
318 X509_dup(cert)))) {
355 if (!TEST_true(OSSL_CMP_CTX_set1_oldCert(fixture->cmp_ctx, cert))) {
398 X509_dup(cert)) == NULL
408 if (certfromresp == NULL || !TEST_int_eq(X509_cmp(cert, certfromresp), 0))
542 X509_free(cert);
569 || !TEST_ptr(cert = load_cert_pem(server_cert_f, libctx))