curl/lib/vtls
Kailun Qin b679efc0bb
mbedtls: 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().

Ref: b422cab052

Signed-off-by: Kailun Qin <kailun.qin@intel.com>
Closes #13314
2024-04-08 14:27:12 +02:00
..
bearssl.c bearssl: fix compiler warnings 2024-04-05 16:15:27 +02:00
bearssl.h
gtls.c urldata: remove fields not used depending on used features 2024-04-05 16:06:22 +02:00
gtls.h vtls/vquic, keep peer name information together 2023-11-19 13:55:22 +01:00
hostcheck.c
hostcheck.h
keylog.c windows: use built-in _WIN32 macro to detect Windows 2023-11-22 15:42:25 +00:00
keylog.h
mbedtls_threadlock.c mbedtls: properly cleanup the thread-shared entropy 2024-03-12 03:09:37 -04:00
mbedtls_threadlock.h tidy-up: one comment and EOF newlines 2024-03-12 15:38:44 +00:00
mbedtls.c mbedtls: call mbedtls_ssl_setup() after RNG callback is set 2024-04-08 14:27:12 +02:00
mbedtls.h
openssl.c lib: use multi instead of multi_easy for the active multi 2024-04-05 16:47:36 -04:00
openssl.h vtls: consistently use typedef names for OpenSSL structs 2023-12-01 23:00:43 +01:00
rustls.c TLS: start shutdown only when peer did not already close 2024-03-15 09:19:58 +01:00
rustls.h
schannel_int.h
schannel_verify.c build: enable missing OpenSSF-recommended warnings, with fixes 2023-12-16 13:12:37 +00:00
schannel.c lib: use multi instead of multi_easy for the active multi 2024-04-05 16:47:36 -04:00
schannel.h
sectransp.c vtls: fix tls proxy peer verification 2024-02-16 18:00:21 -05:00
sectransp.h
vtls_int.h TLS: start shutdown only when peer did not already close 2024-03-15 09:19:58 +01:00
vtls.c vtls: fix tls proxy peer verification 2024-02-16 18:00:21 -05:00
vtls.h vtls: remove the Curl_cft_ssl_proxy object if CURL_DISABLE_PROXY 2023-12-07 09:31:05 +01:00
wolfssl.c urldata: remove fields not used depending on used features 2024-04-05 16:06:22 +02:00
wolfssl.h
x509asn1.c x509asn1: switch from malloc to dynbuf 2024-01-27 12:27:35 +01:00
x509asn1.h