Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
RSA_set_default_method, RSA_get_default_method, RSA_set_method, RSA_get_method, RSA_PKCS1_SSLeay, RSA_flags, RSA_new_method — select RSA methodSYNOPSIS
#include <openssl/rsa.h>RSA_set_default_method(const RSA_METHOD *meth);
RSA_get_default_method(void);
RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
RSA_get_method(const RSA *rsa);
RSA_PKCS1_SSLeay(void);
RSA_flags(const RSA *rsa);
RSA_new_method(ENGINE *engine);