Print a CMS_ContentInfo structure to a BIO.

Synopsis

Declared in <openssl/cms.h>

int
CMS_ContentInfo_print_ctx(
    BIO* out,
    CMS_ContentInfo const* x,
    int indent,
    ASN1_PCTX const* pctx);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

out

BIO to write human‐readable output to.

x

CMS ContentInfo to print.

indent

Indentation depth in spaces.

pctx

Optional ASN.1 print context, or NULL for defaults.

Created with MrDocs