gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12403 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r12403 - gnunet/src/transport
Date: Fri, 30 Jul 2010 13:10:45 +0200

Author: wachs
Date: 2010-07-30 13:10:45 +0200 (Fri, 30 Jul 2010)
New Revision: 12403

Modified:
   gnunet/src/transport/plugin_transport_https.c
   gnunet/src/transport/test_transport_api_rel_https_peer1.conf
   gnunet/src/transport/test_transport_api_rel_https_peer2.conf
Log:


Modified: gnunet/src/transport/plugin_transport_https.c
===================================================================
--- gnunet/src/transport/plugin_transport_https.c       2010-07-30 08:42:43 UTC 
(rev 12402)
+++ gnunet/src/transport/plugin_transport_https.c       2010-07-30 11:10:45 UTC 
(rev 12403)
@@ -41,7 +41,8 @@
 #include "microhttpd.h"
 #include <curl/curl.h>
 
-#define DEBUG_HTTPS GNUNET_NO
+#define DEBUG_HTTPS GNUNET_YES
+#define VERBOSE GNUNET_YES
 #define DEBUG_CURL GNUNET_NO
 #define DEBUG_CONNECTIONS GNUNET_NO
 #define DEBUG_SESSION_SELECTION GNUNET_NO
@@ -2558,6 +2559,8 @@
 
 
   GNUNET_assert((plugin->key!=NULL) && (plugin->cert!=NULL));
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "TLS certificate loaded\n", key_file, 
cert_file);
+
   GNUNET_assert ((port > 0) && (port <= 65535));
   plugin->port_inbound = port;
   gn_timeout = GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT;
@@ -2664,4 +2667,4 @@
   return api;
 }
 
-/* end of plugin_transport_http.c */
+/* end of plugin_transport_https.c */

Modified: gnunet/src/transport/test_transport_api_rel_https_peer1.conf
===================================================================
--- gnunet/src/transport/test_transport_api_rel_https_peer1.conf        
2010-07-30 08:42:43 UTC (rev 12402)
+++ gnunet/src/transport/test_transport_api_rel_https_peer1.conf        
2010-07-30 11:10:45 UTC (rev 12403)
@@ -45,7 +45,7 @@
 [transport]
 PLUGINS = https
 #PLUGINS = tcp http
-DEBUG = NO
+DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50

Modified: gnunet/src/transport/test_transport_api_rel_https_peer2.conf
===================================================================
--- gnunet/src/transport/test_transport_api_rel_https_peer2.conf        
2010-07-30 08:42:43 UTC (rev 12402)
+++ gnunet/src/transport/test_transport_api_rel_https_peer2.conf        
2010-07-30 11:10:45 UTC (rev 12403)
@@ -45,7 +45,7 @@
 [transport]
 PLUGINS = https
 #PLUGINS = tcp http
-DEBUG = NO
+DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50




reply via email to

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