Explicitly finalize and sign a CMS SignerInfo (for CMS_PARTIAL with CMS_REUSE_DIGEST).

Synopsis

Declared in <openssl/cms.h>

int
CMS_SignerInfo_sign(CMS_SignerInfo* si);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

si

SignerInfo that already has digest, key, and any extra signed attributes prepared.

Created with MrDocs