EVP_PKEY_asn1_add_alias

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

NameDescription
toDestination algorithm NID that already has an ASN.1 method.
fromAlias NID to map onto to.