[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220204135325.8327-1-Jason@zx2c4.com>
Date: Fri, 4 Feb 2022 14:53:21 +0100
From: "Jason A. Donenfeld" <Jason@...c4.com>
To: linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org
Cc: "Jason A. Donenfeld" <Jason@...c4.com>
Subject: [PATCH v2 0/4] random: use computational hash for entropy extraction, and related fixes
The bulk of the motivation for this and description of crypto
vulnerabilities is in the first patch of this series. The following two
patches then fix up entropy accounting for the new model. The last patch
fixes a minor code safety issue.
This v2 improves some documentation comments and unifies these patches
into one patchset.
Jason A. Donenfeld (4):
random: use computational hash for entropy extraction
random: simplify entropy debiting
random: use linear min-entropy accumulation crediting
random: make credit_entropy_bits() always safe
drivers/char/random.c | 490 ++++++----------------------------
include/trace/events/random.h | 30 +--
2 files changed, 87 insertions(+), 433 deletions(-)
--
2.35.0
Powered by blists - more mailing lists