]> git.ipfire.org Git - thirdparty/curl.git/commit
h3: add support for ngtcp2 with AWS-LC builds
authorViktor Szakats <commit@vsz.me>
Sun, 8 Oct 2023 17:43:10 +0000 (17:43 +0000)
committerViktor Szakats <commit@vsz.me>
Sun, 8 Oct 2023 22:35:04 +0000 (22:35 +0000)
commit0e4bef0862cb6dfb7693b9b67a6835cf85e23e4e
treed2b28a7bc667e1df7112970b9f55dadc2158fd8b
parent58a95b6a49ab79a7764736cca3cb229620722a58
h3: add support for ngtcp2 with AWS-LC builds

```
curl 8.4.0-DEV (x86_64-apple-darwin) libcurl/8.4.0-DEV (SecureTransport) AWS-LC/1.15.0 nghttp2/1.56.0 ngtcp2/0.19.1 nghttp3/0.15.0
Release-Date: [unreleased]
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS HSTS HTTP2 HTTP3 HTTPS-proxy IPv6 Largefile MultiSSL NTLM SSL threadsafe UnixSockets
```

Also delete an obsolete GnuTLS TODO and update the header comment in
`FindNGTCP2.cmake`.

Reviewed-by: Daniel Stenberg
Closes #12066
CMake/FindNGTCP2.cmake
CMakeLists.txt
lib/vquic/curl_ngtcp2.c