]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth: audit memset & bzero users for FIPS.
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Fri, 15 Nov 2019 15:42:12 +0000 (16:42 +0100)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 11 Dec 2019 00:11:11 +0000 (01:11 +0100)
commitd4f7430b6215c1e091a0736bbdd143ea622d5a2b
tree9b13fc6b1fbfd41c6a63a71f1ecffb5ee5611741
parent41caed22f66e471cc357aa208baf62ce4fed1408
auth: audit memset & bzero users for FIPS.

This commit add comments after auditing a subset of
`memset` and `bzero` users found basing on the GCC's
`deprecated` attribute:
https://gist.github.com/rzarzynski/db9b4ca6b3d409d2ab8d38f4d6678063.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit 947931db7bca4f10fd461ebf727e06587af3c393)
src/auth/Crypto.cc