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

Name

Description

e

ENGINE to update.

rsa_meth

RSA method table, or NULL to clear.

Created with MrDocs