Return the ASN1_STRFLGS_* flags controlling how string fields are printed.
Synopsis
Declared in <openssl/asn1.h>
unsigned long
ASN1_PCTX_get_str_flags(ASN1_PCTX const* p);
Return Value
String print flags (same family as ASN1_STRING_print_ex).
Parameters
Name |
Description |
p |
Print context to query. |
Created with MrDocs