Return the DER-encoded content octets of an ASN1_OBJECT.
Declared in <openssl/objects.h>
unsigned char const*
OBJ_get0_data(ASN1_OBJECT const* obj);
Internal pointer to the OID content bytes (do not free), or NULL if unavailable.
| Name | Description |
|---|---|
| obj | Object to query. |