ENGINE_set_pkey_meths

Set the callback that enumerates or looks up EVP_PKEY_METHOD entries provided by an ENGINE.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
int
ENGINE_set_pkey_meths(
    ENGINE* e,
    ENGINE_PKEY_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-methods handler is replaced.
fPkey-methods callback, or NULL to clear.