]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: cmd: wget: remove erroneous note
authorJerome Forissier <jerome.forissier@linaro.org>
Tue, 17 Jun 2025 12:10:58 +0000 (14:10 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 21 Jun 2025 17:03:42 +0000 (19:03 +0200)
The note about U-Boot not being able to verify server certificates is
false now that WGET_CACERT and WGET_BUILTIN_CACERT have been added.
Remove it.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/usage/cmd/wget.rst

index 44033aaff39d169219d8e9cb6272ae2a3da38920..06df284254956e45b5f68b418e6a89ce09f4d168 100644 (file)
@@ -185,13 +185,6 @@ TCP Selective Acknowledgments in the legacy network stack can be enabled via
 CONFIG_PROT_TCP_SACK=y. This will improve the download speed. Selective
 Acknowledgments are enabled by default with lwIP.
 
-.. note::
-
-    U-Boot currently has no way to verify certificates for HTTPS.
-    A place to store the root CA certificates is needed, and then MBed TLS would
-    need to walk the entire chain. Therefore, man-in-the middle attacks are
-    possible and HTTPS should not be relied upon for payload authentication.
-
 Return value
 ------------