From: Tobias Brunner Date: Thu, 28 Mar 2019 17:16:56 +0000 (+0100) Subject: testing: Disable gcrypt plugin for swanctl X-Git-Tag: 5.8.0dr2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b82000f1a7252eee8235691576da4669f2bdae;p=thirdparty%2Fstrongswan.git testing: Disable gcrypt plugin for swanctl Sometimes swanctl hangs when initializing the plugin and it apparently gathers entropy. --- 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