mirror of
https://github.com/curl/curl.git
synced 2026-08-14 18:03:39 +03:00
quiche: add SSLKEYLOGFILE support
This commit is contained in:
parent
6ee9e4bd47
commit
4570c22c57
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue