Alias ASN.1 method NID from so it is treated as NID to.

Synopsis

Declared in <openssl/evp.h>

int
EVP_PKEY_asn1_add_alias(
    int to,
    int from);

Return Value

1 on success, or 0 on error.

Parameters

Name

Description

to

Destination algorithm NID that already has an ASN.1 method.

from

Alias NID to map onto to.

Created with MrDocs