]> git.ipfire.org Git - thirdparty/curl.git/commit
vquic: extract TLS setup into own source
authorStefan Eissing <stefan@eissing.org>
Tue, 9 Jan 2024 12:21:02 +0000 (13:21 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Jan 2024 09:43:00 +0000 (10:43 +0100)
commit5d044ad9480a9f556f4b6a252d7533b1ba7fe57e
tree5fa44c10735dbaed291c83f15556f6e5fb3d477c
parent98543fc2cffd229340e9c50b12ef670d2383e438
vquic: extract TLS setup into own source

- separate ngtcp2 specific parts out
- provide callback during init to allow ngtcp2 to apply its defaults

Closes #12678
lib/Makefile.inc
lib/cf-socket.c
lib/vquic/curl_ngtcp2.c
lib/vquic/curl_quiche.c
lib/vquic/vquic-tls.c [new file with mode: 0644]
lib/vquic/vquic-tls.h [new file with mode: 0644]
lib/vquic/vquic.c
lib/vquic/vquic_int.h
tests/http/test_01_basic.py