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
Name |
Description |
cms |
ContentInfo whose content digests/signatures are completed. |
bio |
BIO chain previously returned by CMS_dataInit() (or an equivalent filter chain). |
Created with MrDocs