Set ASN1_STRFLGS_* flags controlling how string fields are printed.
Declared in <openssl/asn1.h>
void
ASN1_PCTX_set_str_flags(
ASN1_PCTX* p,
unsigned long flags);
| Name | Description |
|---|---|
| p | Print context to update. |
| flags | String print flags (same family as ASN1_STRING_print_ex). |