Return the signature OCTET STRING from a basic OCSP response (borrowed).
Synopsis
Declared in <openssl/ocsp.h>
ASN1_OCTET_STRING const*
OCSP_resp_get0_signature(OCSP_BASICRESP const* bs);
Return Value
Internal ASN1_OCTET_STRING pointer to the signature value, or NULL if unset.
Parameters
Name |
Description |
bs |
Basic OCSP response to query. |
Created with MrDocs