Lines Matching defs:cert
35 X509 *cert;
145 ts, fixture->cert));
204 static int add_trusted(OSSL_CMP_CTX *ctx, X509 *cert)
206 return X509_STORE_add_cert(OSSL_CMP_CTX_get0_trustedStore(ctx), cert);
209 static int add_untrusted(OSSL_CMP_CTX *ctx, X509 *cert)
211 return X509_add_cert(OSSL_CMP_CTX_get0_untrusted(ctx), cert,
253 fixture->cert = srvcert;
386 (*fixture)->cert = endentity2;
412 setup_path(&fixture, srvcert /* wrong/non-root cert */, 0);
583 "insta.cert.pem insta_ca.cert.pem " \
627 /* Load certificates for cert chain */