Find the next OCSP request extension with criticality crit.
Declared in <openssl/ocsp.h>
int
OCSP_REQUEST_get_ext_by_critical(
OCSP_REQUEST* x,
int crit,
int lastpos);
Extension index, or -1 if not found.
| Name | Description |
|---|---|
| x | OCSP request whose extensions are searched. |
| crit | Nonzero to match critical extensions, zero for non-critical. |
| lastpos | Index after which to search, or -1 to start from the beginning. |