PKCS7_print_ctx

Print a PKCS#7 structure to a BIO.

Synopsis

Declared in <openssl/pkcs7.h>

int
PKCS7_print_ctx(
    BIO* out,
    PKCS7 const* x,
    int indent,
    ASN1_PCTX const* pctx);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
outBIO to write human-readable output to.
xPKCS#7 ContentInfo to print.
indentIndentation depth in spaces.
pctxOptional ASN.1 print context, or NULL for defaults.