OCSP_resp_get0_tbs_sigalg

Return the signature AlgorithmIdentifier from a basic OCSP response.

Synopsis

Declared in <openssl/ocsp.h>

X509_ALGOR const*
OCSP_resp_get0_tbs_sigalg(OCSP_BASICRESP const* bs);

Return Value

Pointer to the internal signature algorithm, or NULL if unset.

Parameters

NameDescription
bsBasic OCSP response to query.