mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 14:08:07 -05:00
quiche: add SSLKEYLOGFILE support
This commit is contained in:
parent
6ee9e4bd47
commit
4570c22c57
@ -158,6 +158,9 @@ CURLcode Curl_quic_connect(struct connectdata *conn, curl_socket_t sockfd,
|
||||
if(result)
|
||||
return result;
|
||||
|
||||
if(getenv("SSLKEYLOGFILE"))
|
||||
quiche_config_log_keys(qs->cfg);
|
||||
|
||||
qs->conn = quiche_connect(conn->host.name, (const uint8_t *) qs->scid,
|
||||
sizeof(qs->scid), qs->cfg);
|
||||
if(!qs->conn) {
|
||||
|
Loading…
Reference in New Issue
Block a user