Home | History | Annotate | Download | only in apps

Lines Matching defs:signer

141 	X509 *signer = NULL, *rsigner = NULL;
301 else if (!strcmp(*args, "-signer"))
580 BIO_printf (bio_err, "-signer file certificate to sign OCSP request with\n");
602 BIO_printf (bio_err, "-verify_other file additional certificates to search for signer\n");
604 BIO_printf (bio_err, "-no_intern don't search certificates contained in response for signer\n");
710 signer = load_cert(bio_err, signfile, FORMAT_PEM,
711 NULL, e, "signer certificate");
712 if (!signer)
714 BIO_printf(bio_err, "Error loading signer certificate\n");
720 NULL, e, "signer certificates");
724 "signer private key");
728 if (!OCSP_request_sign(req, signer, key, NULL, sign_other, sign_flags))
902 X509_free(signer);