Lines Matching refs:cert
117 X509 *cert = NULL, *recip = NULL, *signer = NULL;
591 BIO_printf (bio_err, "Usage cms [options] cert.pem ...\n");
652 BIO_printf (bio_err, "cert.pem recipient certificate(s) for encryption\n");
723 if (!(cert = load_cert(bio_err,*args,FORMAT_PEM,
726 sk_X509_push(encerts, cert);
727 cert = NULL;
1210 X509_free(cert);