CMS_SignerInfo_verify

Verify the signature on a CMS SignerInfo's signed attributes.

Synopsis

Declared in <openssl/cms.h>

int
CMS_SignerInfo_verify(CMS_SignerInfo* si);

Return Value

1 on success, 0 on failure, or a negative value on a more serious error.

Parameters

NameDescription
siSignerInfo with an associated public key (for example after CMS_SignerInfo_set1_signer_cert).