Lines Matching defs:signer
164 * set the responderID to the subject name in the signer's certificate, and
168 X509 *signer, EVP_MD_CTX *ctx,
180 if (pkey == NULL || !X509_check_private_key(signer, pkey)) {
186 if (!OCSP_basic_add1_cert(brsp, signer)
193 if (!OCSP_RESPID_set_by_key(rid, signer))
195 } else if (!OCSP_RESPID_set_by_name(rid, signer)) {
216 X509 *signer, EVP_PKEY *key, const EVP_MD *dgst,
227 signer->libctx, signer->propq, key, NULL)) {
231 i = OCSP_basic_sign_ctx(brsp, signer, ctx, certs, flags);