CMS_stream

Prepare a CMS ContentInfo for indefinite-length (streaming) ASN.1 encoding.

Synopsis

Declared in <openssl/cms.h>

int
CMS_stream(
    unsigned char*** boundary,
    CMS_ContentInfo* cms);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
boundaryOn success, receives the address of the content data pointer used as the streaming boundary.
cmsContentInfo whose embedded content is marked for NDEF streaming.