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

Name

Description

x

ASN.1 string to query.

Created with MrDocs