ASN1_STRING_data

Return a mutable pointer to the raw octets stored in an ASN1_STRING (deprecated).

Synopsis

Declared in <openssl/asn1.h>

[[deprecated]]
unsigned char*
ASN1_STRING_data(ASN1_STRING* x);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to internal data (may be NULL); prefer ASN1_STRING_get0_data().

Parameters

NameDescription
xASN.1 string to query.