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
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. |
Created with MrDocs