Prepare a CMS ContentInfo for indefinite-length (streaming) ASN.1 encoding.
Declared in <openssl/cms.h>
int
CMS_stream(
unsigned char*** boundary,
CMS_ContentInfo* cms);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| boundary | On success, receives the address of the content data pointer used as the streaming boundary. |
| cms | ContentInfo whose embedded content is marked for NDEF streaming. |