Return a mutable pointer to the raw octets stored in an ASN1_STRING (deprecated).
Declared in <openssl/asn1.h>
[[deprecated]]
unsigned char*
ASN1_STRING_data(ASN1_STRING* x);
Deprecated. Use of this entity is allowed but discouraged.
Pointer to internal data (may be NULL); prefer ASN1_STRING_get0_data().
| Name | Description |
|---|---|
| x | ASN.1 string to query. |