mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 16:30:50 +02:00
c01c79349e
Fix asn.c and rsa.c small stack to not have large stack variables. In RSA code don't load or store dP, dQ or u when using RSA_LOW_MEM as they are not used. Fix SP to recognize RSA_LOW_MEM means to use d, private exponent. Fix wc_CheckRsaKey to work with SP. Fix sp_int to support mp_set_int for wc_CheckRsaKey().