![]() | ![]() | |||||||||||||||||
| ||||||||||||||||||
| CMS_final(3)
NAMECMS_final - finalise a CMS_ContentInfo structure
SYNOPSIS#include <openssl/cms.h> int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
DESCRIPTION
NOTESThis function will normally be called when the CMS_PARTIAL flag is used. It should only be used when streaming is not performed because the streaming I/O functions perform finalisation operations internally.
RETURN VALUES
SEE ALSOERR_get_error(3), CMS_sign(3), CMS_encrypt(3)
HISTORY
| |||||||||||||||||