
7 Dec
2024
7 Dec
'24
4:57 p.m.
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