curl/lib/vquic
Stefan Eissing b06619d0a3
tests: add SNI and peer name checks
- connect to DNS names with trailing dot
- connect to DNS names with double trailing dot
- rustls, always give `peer->hostname` and let it
  figure out SNI itself
- add SNI tests for ip address and localhost
- document in code and TODO that QUIC with ngtcp2+wolfssl
  does not do proper peer verification of the certificate
- mbedtls, skip tests with ip address verification as not
  supported by the library

Closes #13486
2024-04-29 08:20:35 +02:00
..
curl_msh3.c http/2, http/3: decouple stream state from easy handle 2024-04-17 14:24:09 +02:00
curl_msh3.h
curl_ngtcp2.c http3: quiche+ngtcp2 improvements 2024-04-26 14:03:05 +02:00
curl_ngtcp2.h
curl_osslq.c http/2, http/3: decouple stream state from easy handle 2024-04-17 14:24:09 +02:00
curl_osslq.h http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
curl_quiche.c http3: quiche+ngtcp2 improvements 2024-04-26 14:03:05 +02:00
curl_quiche.h
vquic_int.h lib: merge ENABLE_QUIC C macro into USE_HTTP3 2024-04-13 08:33:27 +00:00
vquic-tls.c tests: add SNI and peer name checks 2024-04-29 08:20:35 +02:00
vquic-tls.h lib: merge ENABLE_QUIC C macro into USE_HTTP3 2024-04-13 08:33:27 +00:00
vquic.c lib: merge ENABLE_QUIC C macro into USE_HTTP3 2024-04-13 08:33:27 +00:00
vquic.h lib: merge ENABLE_QUIC C macro into USE_HTTP3 2024-04-13 08:33:27 +00:00