Lines Matching defs:response
134 OCSP_RESPONSE *response = NULL;
150 response = modssl_dispatch_ocsp_request(ruri, to, request, c, pool);
153 if (!request || !response) {
158 int r = OCSP_response_status(response);
162 "OCSP response not successful: %d", rc);
168 basicResponse = OCSP_response_get1_basic(response);
171 "could not retrieve OCSP basic response");
189 "failed to verify the OCSP response");
203 "failed to retrieve OCSP response status");
211 /* Check whether the response is inside the defined validity
223 "OCSP response outside validity period");
244 if (response) OCSP_RESPONSE_free(response);