Register a name-to-data mapping in the OBJ_NAME table (legacy aliases).
Declared in <openssl/objects.h>
int
OBJ_NAME_add(
char const* name,
int type,
char const* data);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| name | Alias string to add. |
| type | OBJ_NAME_TYPE_* class for the alias. |
| data | Canonical name or payload associated with name. |