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
Name |
Description |
e |
ENGINE whose pkey‐methods handler is replaced. |
f |
Pkey‐methods callback, or NULL to clear. |
Created with MrDocs