1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 20:03:57 +02:00
openwrt-packages/net/curl/patches
Seo Suchan 9bdcaa86b2 curl: call mbedtls_ssl_setup() after RNG callback is set
Since mbedTLS v3.6.0, the RNG check added in ssl_conf_check() will fail if no RNG is provided when calling mbedtls_ssl_setup(). Therefore, mbedtls_ssl_conf_rng() needs to be called before the SSL context is passed to mbedtls_ssl_setup().

Signed-off-by: Seo Suchan <tjtncks@gmail.com>
2024-04-17 11:24:26 +09:00
..
200-no_docs_tests.patch curl: update to 8.7.1 2024-03-31 16:44:21 +00:00
300-setup_after_rng.patch curl: call mbedtls_ssl_setup() after RNG callback is set 2024-04-17 11:24:26 +09:00