Set the default RSA_METHOD used when creating new RSA keys (deprecated; not thread‐safe).
Synopsis
Declared in <openssl/rsa.h>
[[deprecated]]
void
RSA_set_default_method(RSA_METHOD const* meth);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
meth |
Method table that becomes the process default unless an ENGINE overrides it. |
Created with MrDocs