ENGINE_set_RSA

Attach an RSA_METHOD to an ENGINE (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
int
ENGINE_set_RSA(
    ENGINE* e,
    RSA_METHOD const* rsa_meth);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
eENGINE to update.
rsa_methRSA method table, or NULL to clear.