Return the SingleResponse extension at index loc.
Synopsis
Declared in <openssl/ocsp.h>
X509_EXTENSION*
OCSP_SINGLERESP_get_ext(
OCSP_SINGLERESP* x,
int loc);
Return Value
Internal X509_EXTENSION pointer, or NULL if loc is out of range.
Parameters
Name |
Description |
x |
SingleResponse to query. |
loc |
Zero‐based extension index. |
Created with MrDocs