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

Name

Description

bs

Basic OCSP response to query.

Created with MrDocs