OCSP_request_is_signed

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

NameDescription
reqOCSP request to query.