[PATCH] mbedtls: remove MBEDTLS_HAVE_TIME

Tom Rini trini at konsulko.com
Sat Dec 7 16:57:12 CET 2024


On Fri, 06 Dec 2024 12:56:45 +0200, Ilias Apalodimas wrote:

> When MbedTLS TLS features were added MBEDTLS_HAVE_TIME was defined as part
> of enabling https:// support. However that pointed to the wrong function
> which could crash if it received a NULL pointer.
> 
> Looking closer that function is not really needed, as it only seems to
> increase the RNG entropy by using 4b of the current time and date.
> The reason that was enabled is that lwIP was unconditionally requiring it,
> although it's configurable and can be turned off.
> 
> [...]

Applied to u-boot/master, thanks!

-- 
Tom




More information about the U-Boot mailing list