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