CMS_dataFinal

Finalize CMS content processing after streaming through the BIO from CMS_dataInit().

Synopsis

Declared in <openssl/cms.h>

int
CMS_dataFinal(
    CMS_ContentInfo* cms,
    BIO* bio);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
cmsContentInfo whose content digests/signatures are completed.
bioBIO chain previously returned by CMS_dataInit() (or an equivalent filter chain).