Lines Matching refs:signer
97 X509 *cert = NULL, *recip = NULL, *signer = NULL;
261 else if (!strcmp (*args, "-signer"))
392 BIO_printf(bio_err, "No signer certificate specified\n");
446 BIO_printf (bio_err, "-nointern don't search certificates in message for signer\n");
454 BIO_printf (bio_err, "-signer file signer certificate file\n");
458 BIO_printf (bio_err, "-inkey file input private key (if not signer or recipient)\n");
469 BIO_printf (bio_err, "-crl_check check revocation status of signer's certificate using CRLs\n");
470 BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate chain using CRLs\n");
550 if (!(signer = load_cert(bio_err,signerfile,FORMAT_PEM, NULL,
551 e, "signer certificate")))
554 BIO_printf(bio_err, "Can't read signer certificate file %s\n", signerfile);
659 p7 = PKCS7_sign(signer, key, other, in, flags);
760 X509_free(signer);