mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 13:30:48 +02:00
Use secure wipe for RSA temporary
F-718
This commit is contained in:
committed by
David Garske
parent
0d7ef87f09
commit
3ff051f3e4
+1
-1
@@ -3899,7 +3899,7 @@ int wolfSSL_RSA_GenAdd(WOLFSSL_RSA* rsa)
|
||||
}
|
||||
}
|
||||
|
||||
mp_clear(t);
|
||||
mp_forcezero(t);
|
||||
|
||||
#ifdef WOLFSSL_SMALL_STACK
|
||||
if (rsa != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user