RSA_set_default_method

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

NameDescription
methMethod table that becomes the process default unless an ENGINE overrides it.