Prepare a PKCS#7 structure for streaming BER output and return content‐boundary pointers.

Synopsis

Declared in <openssl/pkcs7.h>

int
PKCS7_stream(
    unsigned char*** boundary,
    PKCS7* p7);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

boundary

Receives a pointer into the ASN.1 encoding where streaming content is spliced.

p7

PKCS#7 object prepared with streaming flags (for example PKCS7_STREAM).

Created with MrDocs