summaryrefslogtreecommitdiff
path: root/doc/usage/cmd
diff options
context:
space:
mode:
authorJerome Forissier <[email protected]>2025-06-17 14:10:58 +0200
committerHeinrich Schuchardt <[email protected]>2025-06-21 19:03:42 +0200
commit820bbf1d46f5d3fd30d306e955d2b4d1487c3484 (patch)
tree3bc4ab6482c1c007e4f6bb2b9126e54836f351d2 /doc/usage/cmd
parent721eecd9cbf2cc59c5230abd37d02d4a02f75cc7 (diff)
doc: cmd: wget: remove erroneous note
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 <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/usage/cmd')
-rw-r--r--doc/usage/cmd/wget.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/usage/cmd/wget.rst b/doc/usage/cmd/wget.rst
index 44033aaff39..06df2842549 100644
--- a/doc/usage/cmd/wget.rst
+++ b/doc/usage/cmd/wget.rst
@@ -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
------------