Allocate an empty ASN1_STRING with default type V_ASN1_OCTET_STRING.

Synopsis

Declared in <openssl/asn1.h>

ASN1_STRING*
ASN1_STRING_new();

Return Value

New ASN1_STRING, or NULL on allocation failure.

Created with MrDocs