]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Disable gcrypt plugin for swanctl
authorTobias Brunner <tobias@strongswan.org>
Thu, 28 Mar 2019 17:16:56 +0000 (18:16 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 28 Mar 2019 17:16:56 +0000 (18:16 +0100)
Sometimes swanctl hangs when initializing the plugin and it apparently
gathers entropy.

testing/hosts/default/etc/strongswan.conf.testing

index 604769a497e2761f7082824dfc59f44341f704fc..6ff736b8ef8a3047f08146382451276b651970eb 100644 (file)
@@ -19,4 +19,13 @@ charon {
   }
 }
 
+swanctl {
+  plugins {
+    # disabled because of entropy issues
+    gcrypt {
+      load = no
+    }
+  }
+}
+
 include strongswan.conf