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