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