Register the ASN.1 public‐key methods provided by e (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
int
ENGINE_register_pkey_asn1_meths(ENGINE* e);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Non‐zero on success, or 0 on failure.

Parameters

Name

Description

e

ENGINE that implements one or more EVP_PKEY_ASN1_METHOD handlers.

Created with MrDocs