1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib/vquic
Peter Wu 697f984ec9 ngtcp2: use common key log routine for better thread-safety
Tested with ngtcp2 built against the OpenSSL library. Additionally
tested with MultiSSL (NSS for TLS and ngtcp2+OpenSSL for QUIC).

The TLS backend (independent of QUIC) may or may not already have opened
the keylog file before. Therefore Curl_tls_keylog_open is always called
to ensure the file is open.
2020-05-27 21:19:51 +02:00
..
ngtcp2.c ngtcp2: use common key log routine for better thread-safety 2020-05-27 21:19:51 +02:00
ngtcp2.h ngtcp2: introduce qlog support 2020-05-07 16:27:49 +02:00
quiche.c quiche: clean up memory properly when failing to connect 2020-05-26 10:15:18 +02:00
quiche.h quiche: improved error handling and memory cleanups 2019-08-07 08:39:39 +02:00
vquic.c ngtcp2: introduce qlog support 2020-05-07 16:27:49 +02:00
vquic.h ngtcp2: introduce qlog support 2020-05-07 16:27:49 +02:00