Set the process‐wide default B_ASN1_* mask used when selecting ASN.1 string types.
Synopsis
Declared in <openssl/asn1.h>
void
ASN1_STRING_set_default_mask(unsigned long mask);
Parameters
Name |
Description |
mask |
Bitmask of permitted string types (for example B_ASN1_UTF8STRING). |
Created with MrDocs