commit | 213aec86885befa99a2db3bdd2091438a9013706 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@normalesup.org> | Thu Mar 23 14:37:37 2017 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon May 15 13:58:45 2017 +0100 |
tree | 98a4dcb3999400a4aa6d9319daf32ae3c63fc4b7 | |
parent | 98864d5c0b154eda7aeb2c2bffe7e7e1c97424bc [diff] |
RSA: wipe stack buffers The RSA private key functions rsa_rsaes_pkcs1_v15_decrypt and rsa_rsaes_oaep_decrypt put sensitive data (decryption results) on the stack. Wipe it before returning. Thanks to Laurent Simon for reporting this issue.