Lines Matching defs:request
102 /* Create an OCSP request for the given certificate; returning the
104 * request object on success, or NULL on error. */
136 OCSP_REQUEST *request = NULL;
145 request = create_request(ctx, cert, &certID, s, pool, sc);
146 if (request) {
150 response = modssl_dispatch_ocsp_request(ruri, to, request, c, pool);
153 if (!request || !response) {
179 OCSP_check_nonce(request, basicResponse) != 1) {
243 if (request) OCSP_REQUEST_free(request);
246 /* certID is freed when the request is freed */