Set name-printing flags for an ASN.1 print context.
Declared in <openssl/asn1.h>
void
ASN1_PCTX_set_nm_flags(
ASN1_PCTX* p,
unsigned long flags);
| Name | Description |
|---|---|
| p | Print context to update. |
| flags | XN_FLAG_* / ASN1_STRFLGS_* mask controlling how names are rendered. |