[grilo/wip/hadess/net-double-free: 1/2] Revert "net: Fix TLS cert validation not being done for any network call"




commit 4b5dd07a3d3171470a05a9d10a64f3db5d890719
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Aug 26 14:33:21 2021 +0200

    Revert "net: Fix TLS cert validation not being done for any network call"
    
    This reverts commit cd2472e506dafb1bb8ae510e34ad4797f63e263e.

 libs/net/grl-net-wc.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/libs/net/grl-net-wc.c b/libs/net/grl-net-wc.c
index 5ff1d177..5a8e89f5 100644
--- a/libs/net/grl-net-wc.c
+++ b/libs/net/grl-net-wc.c
@@ -314,7 +314,6 @@ grl_net_wc_init (GrlNetWc *wc)
   wc->priv = grl_net_wc_get_instance_private (wc);
 
   wc->priv->session = soup_session_async_new ();
-  g_object_set (G_OBJECT (wc->priv->session), "ssl-use-system-ca-file", TRUE, NULL);
   wc->priv->pending = g_queue_new ();
 
   set_thread_context (wc);


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