Install the ENGINE callback that enumerates public-key ASN.1 methods (deprecated).
Declared in <openssl/engine.h>
[[deprecated]]
int
ENGINE_set_pkey_asn1_meths(
ENGINE* e,
ENGINE_PKEY_ASN1_METHS_PTR f);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| e | ENGINE whose pkey ASN.1 method table callback is set. |
| f | Callback of type ENGINE_PKEY_ASN1_METHS_PTR, or NULL to clear. |