You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[kat/rsa] Prevent stack smashing when copying RSA ciphertext
Some tests provide overly large ciphertexts (larger than the byte size
of the modulus). The associated array should have the proper size in
order to avoid writing beyond it during the copy.
Signed-off-by: Andrea Caforio <[email protected]>
0 commit comments