ASN1_PCTX_set_oid_flags

Set ASN1_STRFLGS_* flags controlling how object identifiers are printed.

Synopsis

Declared in <openssl/asn1.h>

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

Parameters

NameDescription
pPrint context to update.
flagsOID print flags (same family as ASN1_STRING_print_ex flags for OIDs).