Topic: RSA InitRsaKey Memory Error
What would be causing a MEMORY_E error during the initialization of an RSA key?
My user_settings.h defines related to RSA are:
WC_RSA_BLINDING
WC_RSA_PSS
USE_WOLFSSL_MEMORY
WOLFSSL_HAVE_SP_RSA
WOLFSSL_KEY_GEN
TARGET_EMBEDDED
If it helps I have also tried NO_MALLOC which causes the RSA initialization to hang indefinitely.
This on a Linux machine.