Allocate an RSA object that uses engine's RSA method (deprecated).
Synopsis
Declared in <openssl/rsa.h>
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
New RSA, or NULL on error; free with RSA_free().
Parameters
Name |
Description |
engine |
ENGINE providing the RSA implementation, or NULL for the default. |
Created with MrDocs