ENGINE_get_default_RSA

Obtain a functional reference to the default ENGINE for RSA operations.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
ENGINE*
ENGINE_get_default_RSA();

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Description

Release the reference with ENGINE_finish() when finished.

Return Value

Initialised ENGINE on success, or NULL if no default ENGINE is available.