Attach an RSA_METHOD to an ENGINE (deprecated).
Declared in <openssl/engine.h>
[[deprecated]]
int
ENGINE_set_RSA(
ENGINE* e,
RSA_METHOD const* rsa_meth);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| e | ENGINE to update. |
| rsa_meth | RSA method table, or NULL to clear. |