Test whether an OCSP request carries an optional signature.
Synopsis
Declared in <openssl/ocsp.h>
int
OCSP_request_is_signed(OCSP_REQUEST* req);
Return Value
1 if a signature is present, or 0 otherwise.
Parameters
Name |
Description |
req |
OCSP request to query. |
Created with MrDocs