Use secure wipe for RSA temporary

F-718
This commit is contained in:
Juliusz Sosinowicz
2026-03-16 14:55:06 +01:00
committed by David Garske
parent 0d7ef87f09
commit 3ff051f3e4
+1 -1
View File
@@ -3899,7 +3899,7 @@ int wolfSSL_RSA_GenAdd(WOLFSSL_RSA* rsa)
}
}
mp_clear(t);
mp_forcezero(t);
#ifdef WOLFSSL_SMALL_STACK
if (rsa != NULL) {