[PATCH v3 4/6] net: lwip: Enable https:// support for wget
Jerome Forissier
jerome.forissier at linaro.org
Tue Nov 12 11:58:56 CET 2024
On 11/10/24 08:28, Ilias Apalodimas wrote:
> With the recent changes of lwip & mbedTLS we can now download from
> https:// urls instead of just http://.
> Adjust our wget lwip version parsing to support both URLs.
> While at it adjust the default TCP window for QEMU since https seems to
> require at least 16384
>
> Signed-off-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> ---
> cmd/Kconfig | 19 +++++++++++
> net/lwip/Kconfig | 2 +-
> net/lwip/wget.c | 86 +++++++++++++++++++++++++++++++++++++++++++-----
> 3 files changed, 97 insertions(+), 10 deletions(-)
>
Reviewed-by: Jerome Forissier <jerome.forissier at linaro.org>
Regards,
--
Jerome
More information about the U-Boot
mailing list