diff options
author | Baruch Siach <baruch@tkos.co.il> | 2023-05-02 07:47:31 +0300 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-05-13 11:09:50 +0200 |
commit | 179666c56134169faca697bf72ec46956f6c829c (patch) | |
tree | 7544e39dcc96092c32e167f5c69715150971f5ac /doc/uImage.FIT/signature.txt | |
parent | cc492b93bed14a2a393c0076fac8419d9e1856c2 (diff) | |
download | u-boot-179666c56134169faca697bf72ec46956f6c829c.tar.gz |
doc: signature: trim the future work list
Since U-Boot supports more RSA/SHA variants, as well as ECDSA, remove
these items from the TODO list.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/uImage.FIT/signature.txt')
-rw-r--r-- | doc/uImage.FIT/signature.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt index 240244b30e6..21eb3894aad 100644 --- a/doc/uImage.FIT/signature.txt +++ b/doc/uImage.FIT/signature.txt @@ -695,8 +695,6 @@ bootm. Possible Future Work -------------------- -- Add support for other RSA/SHA variants, such as rsa4096,sha512. -- Other algorithms besides RSA - More sandbox tests for failure modes - Passwords for keys/certificates - Perhaps implement OAEP |