Home | History | Annotate | Download | only in apps

Lines Matching full:rsigner

111 	X509 *signer = NULL, *rsigner = NULL;
491 else if (!strcmp(*args, "-rsigner"))
566 BIO_printf (bio_err, "-rsigner file responder certificate to sign responses with\n");
615 rsigner = load_cert(bio_err, rsignfile, FORMAT_PEM,
617 if (!rsigner)
701 if (ridx_filename && (!rkey || !rsigner || !rca_cert))
716 i = make_ocsp_response(&resp, req, rdb, rca_cert, rsigner, rkey, rother, rflags, nmin, ndays);
860 X509_free(rsigner);