Write the payload of a CMS Data ContentInfo to a BIO.
Declared in <openssl/cms.h>
int
CMS_data(
CMS_ContentInfo* cms,
BIO* out,
unsigned int flags);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| cms | ContentInfo of type NID_pkcs7_data. |
| out | Destination BIO for the extracted content. |
| flags | Optional CMS content-copy flags (for example CMS_TEXT). |