Convert memset calls to OPENSSL_cleanse
authorMatt Caswell <matt@openssl.org>
Fri, 24 Jun 2016 22:37:27 +0000 (23:37 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 30 Jun 2016 14:51:57 +0000 (15:51 +0100)
commit3ce2fdabe6e33952bf3011acf5b68107e6352603
tree1db552127f77d0e0615ea2e3019183fd64b9e8dd
parent6f4ae777f5100715a96b45355a1195c2efa96b4e
Convert memset calls to OPENSSL_cleanse

Ensure things really do get cleared when we intend them to.

Addresses an OCAP Audit issue.

Reviewed-by: Andy Polyakov <appro@openssl.org>
crypto/bn/bn_lib.c
crypto/buffer/buffer.c
crypto/evp/digest.c
crypto/include/internal/md32_common.h
crypto/md2/md2_dgst.c
crypto/mem.c
crypto/poly1305/poly1305.c
crypto/rand/rand_unix.c
crypto/whrlpool/wp_dgst.c