Find the next single-request extension with object identifier obj.
Declared in <openssl/ocsp.h>
int
OCSP_ONEREQ_get_ext_by_OBJ(
OCSP_ONEREQ* x,
ASN1_OBJECT const* obj,
int lastpos);
Extension index, or -1 if not found.
| Name | Description |
|---|---|
| x | Single OCSP request entry whose extensions are searched. |
| obj | ASN.1 object identifier to match. |
| lastpos | Index after which to search, or -1 to start from the beginning. |