ENGINE_set_pkey_asn1_meths

Install the ENGINE callback that enumerates public-key ASN.1 methods (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
int
ENGINE_set_pkey_asn1_meths(
    ENGINE* e,
    ENGINE_PKEY_ASN1_METHS_PTR f);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
eENGINE whose pkey ASN.1 method table callback is set.
fCallback of type ENGINE_PKEY_ASN1_METHS_PTR, or NULL to clear.