Return the RSA_METHOD currently attached to an ENGINE (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
RSA_METHOD const*
ENGINE_get_RSA(ENGINE const* e);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

RSA method pointer, or NULL if none is set.

Parameters

Name

Description

e

ENGINE to query.

Created with MrDocs