Set the default ASN.1 string type mask from an ASCII name or mask expression.
Synopsis
Declared in <openssl/asn1.h>
int
ASN1_STRING_set_default_mask_asc(char const* p);
Return Value
1 on success, or 0 if p is not recognized.
Parameters
Name |
Description |
p |
Mask description such as "utf8only", "default", or a numeric bitmask string. |
Created with MrDocs