Lines Matching defs:signer
117 X509 *cert = NULL, *recip = NULL, *signer = NULL;
391 else if (!strcmp (*args, "-signer"))
395 /* If previous -signer argument add signer to list */
439 /* If previous -inkey arument add signer to list */
444 BIO_puts(bio_err, "Illegal -inkey without -signer\n");
545 BIO_puts(bio_err, "Illegal -inkey without -signer\n");
548 /* Check to see if any final signer needs to be appended */
562 BIO_printf(bio_err, "No signer certificate specified\n");
620 BIO_printf (bio_err, "-nointern don't search certificates in message for signer\n");
629 BIO_printf (bio_err, "-signer file signer certificate file\n");
634 BIO_printf (bio_err, "-inkey file input private key (if not signer or recipient)\n");
645 BIO_printf (bio_err, "-crl_check check revocation status of signer's certificate using CRLs\n");
646 BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate chain using CRLs\n");
756 if (!(signer = load_cert(bio_err,signerfile,FORMAT_PEM,NULL,
757 e, "receipt signer certificate file")))
963 srcms = CMS_sign_receipt(si, signer, key, other, flags);
1009 signer = load_cert(bio_err, signerfile,FORMAT_PEM, NULL,
1010 e, "signer certificate");
1011 if (!signer)
1017 si = CMS_add1_signer(cms, signer, key, sign_md, flags);
1022 X509_free(signer);
1023 signer = NULL;
1216 X509_free(signer);
1296 BIO_printf(bio_err, "Signer %d:\n", i + 1);