summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-06-21 12:09:40 -0600
committerTom Rini <[email protected]>2025-06-21 12:09:40 -0600
commit8420cafc00a50910afc37f65a4b767dd94b9acc5 (patch)
treee42e34261d8a851b6ceedfe2da35bd9709fe5543 /doc
parent418acf8c78ed21f2cfdfa2cf3471446ee96374b5 (diff)
parent820bbf1d46f5d3fd30d306e955d2b4d1487c3484 (diff)
Merge tag 'doc-2025-07-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2025-07-rc5 * in wget documentation remove erroneous note about CAs
Diffstat (limited to 'doc')
-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
------------