commit | 3d98b9744272652609931b451bcde71ec0d1392a | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Wed Sep 20 11:47:49 2017 +0100 |
committer | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Wed Sep 20 11:47:49 2017 +0100 |
tree | 618bbf49e1ccb644fb14992b545ef6aad3b434d3 | |
parent | 2d829fb4b367427749727aeabb1bbfbd0f244567 [diff] |
Modify zeroize internal buffers in md modules Modify all the following functions to zeroize an internal buffer before exiting the function. The buffer could potentially contain confidential data read from a file. * md2_file() * md4_file() * md5_file() * ripemd160_file() * sha1_file() * sha256_file() * sha512_file()