ASN1_PCTX_get_nm_flags

Return the name-printing flags from an ASN.1 print context.

Synopsis

Declared in <openssl/asn1.h>

unsigned long
ASN1_PCTX_get_nm_flags(ASN1_PCTX const* p);

Return Value

XN_FLAG_* / ASN1_STRFLGS_* mask controlling how names are rendered.

Parameters

NameDescription
pPrint context to query.