]> git.ipfire.org Git - thirdparty/curl.git/commit
tls: use shared init code for TCP+QUIC
authorStefan Eissing <stefan@eissing.org>
Fri, 22 Mar 2024 12:07:25 +0000 (13:07 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Apr 2024 07:08:05 +0000 (09:08 +0200)
commit3210101088dfa3d6a125d213226b092f2f866722
tree4dff5bc356baafc8b638c417dac46f573a1f9674
parent49573bc18740f28c074ef9ee8f6c146ecf427e7e
tls: use shared init code for TCP+QUIC

Closes #13172
27 files changed:
lib/cf-h1-proxy.c
lib/cf-h2-proxy.c
lib/cf-haproxy.c
lib/cfilters.h
lib/http_proxy.c
lib/socks.c
lib/urldata.h
lib/vquic/curl_ngtcp2.c
lib/vquic/curl_osslq.c
lib/vquic/curl_quiche.c
lib/vquic/vquic-tls.c
lib/vquic/vquic-tls.h
lib/vtls/bearssl.c
lib/vtls/gtls.c
lib/vtls/gtls.h
lib/vtls/keylog.c
lib/vtls/mbedtls.c
lib/vtls/openssl.c
lib/vtls/openssl.h
lib/vtls/schannel.c
lib/vtls/sectransp.c
lib/vtls/vtls.c
lib/vtls/vtls.h
lib/vtls/vtls_int.h
lib/vtls/wolfssl.c
tests/http/clients/tls-session-reuse.c
tests/http/test_02_download.py