gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 94/220: quiche: add SSLKEYLOGFILE support


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 94/220: quiche: add SSLKEYLOGFILE support
Date: Thu, 12 Sep 2019 17:27:34 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 4570c22c579cdfb293d890f034c7c4926967790e
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Aug 9 12:23:18 2019 +0200

    quiche: add SSLKEYLOGFILE support
---
 lib/vquic/quiche.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/vquic/quiche.c b/lib/vquic/quiche.c
index c4e7b03fe..369d819f6 100644
--- a/lib/vquic/quiche.c
+++ b/lib/vquic/quiche.c
@@ -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) {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]