HP Open Source Security for OpenVMS Volume 2: HP SSL for OpenVMS > CRYPTO Application
Programming Interface (API) ReferenceASN1_STRING_new
SynopsisASN1_STRING * ASN1_STRING_new(void); DESCRIPTIONASN1_STRING_new() returns an allocated ASN1_STRING structure. Its type is undefined. ASN1_STRING_type_new() returns an allocated ASN1_STRING structure of type type. ASN1_STRING_free() frees up a. NOTESOther string types call the ASN1_STRING functions. For example ASN1_OCTET_STRING_new() calls ASN1_STRING_type(V_ASN1_OCTET_STRING). |