From 35b82000f1a7252eee8235691576da4669f2bdae Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 28 Mar 2019 18:16:56 +0100 Subject: [PATCH] testing: Disable gcrypt plugin for swanctl Sometimes swanctl hangs when initializing the plugin and it apparently gathers entropy. --- testing/hosts/default/etc/strongswan.conf.testing | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/testing/hosts/default/etc/strongswan.conf.testing b/testing/hosts/default/etc/strongswan.conf.testing index 604769a497..6ff736b8ef 100644 --- a/testing/hosts/default/etc/strongswan.conf.testing +++ b/testing/hosts/default/etc/strongswan.conf.testing @@ -19,4 +19,13 @@ charon { } } +swanctl { + plugins { + # disabled because of entropy issues + gcrypt { + load = no + } + } +} + include strongswan.conf -- 2.47.2