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:53:44 +0000 (15:53 +0100)
commitcb5ebf961333896776fbce10ef88c2af7bec8aea
tree018aec53d940f46fd051dd7c0a25dc64d9d2cf3d
parent6ad8c48291622a6ccc51489b9a230c9a05ca5614
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/evp/digest.c
crypto/md2/md2_dgst.c
crypto/md32_common.h
crypto/rand/rand_unix.c
crypto/whrlpool/wp_dgst.c