Register an application-defined EVP_PKEY_METHOD (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
int
EVP_PKEY_meth_add0(EVP_PKEY_METHOD const* pmeth);
Deprecated. Use of this entity is allowed but discouraged.
Prefer providers for new algorithms.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| pmeth | Method table to add to the global list; must remain valid. |