Allocate an empty ASN.1 UTF8String.

Synopsis

Declared in <openssl/asn1.h>

ASN1_UTF8STRING*
ASN1_UTF8STRING_new();

Return Value

New ASN1_UTF8STRING, or NULL on allocation failure.

Created with MrDocs