update TODO

This commit is contained in:
Lennart Poettering 2022-08-05 17:58:28 +02:00
parent c94887f10d
commit 8680e40a2c

6
TODO
View file

@ -117,6 +117,12 @@ Features:
the seed from there already, if EFI_RNG_PROTOCOL is not implemented by the seed from there already, if EFI_RNG_PROTOCOL is not implemented by
firmware. 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 * 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 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. set in all cases: if you just use sd-stub, or just sd-boot, or both.