Lines Matching defs:request
28 /* Serialize an OCSP request which will be sent to the responder at
41 "Content-Type: application/ocsp-request\r\n"
56 /* Send the OCSP request serialized into BIO 'request' to the
59 static apr_socket_t *send_request(BIO *request, const apr_uri_t *uri,
102 /* send the request and get a response */
104 "sending request to OCSP responder");
106 while ((len = BIO_read(request, buf, sizeof buf)) > 0) {
121 "failed to send request to OCSP responder '%s'",
286 OCSP_REQUEST *request,
293 bio = serialize_request(request, uri);
296 "could not serialize OCSP request");