curl/lib/vquic
Daniel Stenberg e17b89db8f
osslq: remove the TLS library from the version output
Since we only support using a single TLS library at any one time, we
know that the TLS library for QUIC is the same that is also shown for
regular TLS.

Fixes #12763
Reported-by: Viktor Szakats
Closes #12767
2024-01-23 23:27:45 +01:00
..
curl_msh3.c lib: eliminate conn->cselect_bits 2023-12-14 15:20:05 +01:00
curl_msh3.h
curl_ngtcp2.c vquic: extract TLS setup into own source 2024-01-11 10:43:00 +01:00
curl_ngtcp2.h ngtcp2: adjust config and code checks for ngtcp2 without nghttp3 2023-03-23 15:39:13 +01:00
curl_osslq.c osslq: remove the TLS library from the version output 2024-01-23 23:27:45 +01:00
curl_osslq.h http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
curl_quiche.c vquic: extract TLS setup into own source 2024-01-11 10:43:00 +01:00
curl_quiche.h
vquic_int.h vquic: extract TLS setup into own source 2024-01-11 10:43:00 +01:00
vquic-tls.c http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
vquic-tls.h vquic: extract TLS setup into own source 2024-01-11 10:43:00 +01:00
vquic.c http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
vquic.h