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

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.

Created with MrDocs