Return the single‐request entry at index i in an OCSP request.

Synopsis

Declared in <openssl/ocsp.h>

OCSP_ONEREQ*
OCSP_request_onereq_get0(
    OCSP_REQUEST* req,
    int i);

Return Value

Internal OCSP_ONEREQ pointer, or NULL if i is out of range.

Parameters

Name

Description

req

OCSP request to query.

i

Zero‐based index into the requestList.

Created with MrDocs