From: Lennart Poettering Date: Fri, 5 Aug 2022 15:58:28 +0000 (+0200) Subject: update TODO X-Git-Tag: v252-rc1~461 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8680e40a2c99ab9123fa7c31c0c2121f8b6424e7;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 23092799e2d..1d155910d0b 100644 --- a/TODO +++ b/TODO @@ -117,6 +117,12 @@ Features: the seed from there already, if EFI_RNG_PROTOCOL is not implemented by firmware. +* sd-boot: include domain specific hash string in hash function for random seed + plus sizes of everything. also include DMI/SMBIOS blob + +* accept a random seed via DMI/SMBIOS vendor string that is credited to the + kernel RNG, as cheap alternative to virtio-rng + * sd-stub: invoke random seed logic the same way as in sd-boot, except if random seed EFI variable is already set. That way, the variable set will be set in all cases: if you just use sd-stub, or just sd-boot, or both.