ASN1_PCTX_set_str_flags

Set ASN1_STRFLGS_* flags controlling how string fields are printed.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_PCTX_set_str_flags(
    ASN1_PCTX* p,
    unsigned long flags);

Parameters

NameDescription
pPrint context to update.
flagsString print flags (same family as ASN1_STRING_print_ex).