"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <jerome.forissier@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

authored by

Jerome Forissier and committed by
Heinrich Schuchardt
820bbf1d 721eecd9

-7
-7
doc/usage/cmd/wget.rst
··· 185 185 CONFIG_PROT_TCP_SACK=y. This will improve the download speed. Selective 186 186 Acknowledgments are enabled by default with lwIP. 187 187 188 - .. note:: 189 - 190 - U-Boot currently has no way to verify certificates for HTTPS. 191 - A place to store the root CA certificates is needed, and then MBed TLS would 192 - need to walk the entire chain. Therefore, man-in-the middle attacks are 193 - possible and HTTPS should not be relied upon for payload authentication. 194 - 195 188 Return value 196 189 ------------ 197 190