[#OCSP_resp_find] = OCSP_resp_find :mrdocs: Find the next SingleResponse whose CertID matches `id.` == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OCSP_resp_find( xref:OCSP_BASICRESP.adoc[OCSP_BASICRESP]* bs, xref:OCSP_CERTID.adoc[OCSP_CERTID]* id, int last); ---- == Return Value Index of the matching SingleResponse, or ‐1 if not found. == Parameters [cols="1,4"] |=== | Name| Description | *bs* | Basic OCSP response to search. | *id* | CertID identifying the certificate of interest. | *last* | Index after which to search, or ‐1 to start from the beginning. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#