Lines Matching defs:signer
117 X509 *cert = NULL, *recip = NULL, *signer = NULL;
381 else if (!strcmp (*args, "-signer"))
385 /* If previous -signer argument add signer to list */
429 /* If previous -inkey arument add signer to list */
434 BIO_puts(bio_err, "Illegal -inkey without -signer\n");
535 BIO_puts(bio_err, "Illegal -inkey without -signer\n");
538 /* Check to see if any final signer needs to be appended */
552 BIO_printf(bio_err, "No signer certificate specified\n");
610 BIO_printf (bio_err, "-nointern don't search certificates in message for signer\n");
619 BIO_printf (bio_err, "-signer file signer certificate file\n");
624 BIO_printf (bio_err, "-inkey file input private key (if not signer or recipient)\n");
635 BIO_printf (bio_err, "-crl_check check revocation status of signer's certificate using CRLs\n");
636 BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate chain using CRLs\n");
746 if (!(signer = load_cert(bio_err,signerfile,FORMAT_PEM,NULL,
747 e, "receipt signer certificate file")))
942 srcms = CMS_sign_receipt(si, signer, key, other, flags);
988 signer = load_cert(bio_err, signerfile,FORMAT_PEM, NULL,
989 e, "signer certificate");
990 if (!signer)
996 si = CMS_add1_signer(cms, signer, key, sign_md, flags);
1001 X509_free(signer);
1002 signer = NULL;
1181 X509_free(signer);
1261 BIO_printf(bio_err, "Signer %d:\n", i + 1);