Register a name‐to‐data mapping in the OBJ_NAME table (legacy aliases).

Synopsis

Declared in <openssl/objects.h>

int
OBJ_NAME_add(
    char const* name,
    int type,
    char const* data);

Return Value

1 on success, or 0 on error.

Parameters

Name

Description

name

Alias string to add.

type

OBJ_NAME_TYPE_* class for the alias.

data

Canonical name or payload associated with name.

Created with MrDocs