]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/hosts/default/etc/strongswan.conf.testing
testing: Disable gcrypt plugin for swanctl
[thirdparty/strongswan.git] / testing / hosts / default / etc / strongswan.conf.testing
1 charon {
2 retransmit_tries = 2
3 retransmit_timeout = 1.0
4 retransmit_base = 1
5 plugins {
6 kernel-netlink {
7 xfrm_acq_expires = 60
8 }
9 }
10 syslog {
11 daemon {
12 }
13 auth {
14 default = 0
15 }
16 }
17 journal {
18 default = -1
19 }
20 }
21
22 swanctl {
23 plugins {
24 # disabled because of entropy issues
25 gcrypt {
26 load = no
27 }
28 }
29 }
30
31 include strongswan.conf