aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/rw-ntru-bliss/hosts/carol/etc/strongswan.conf
blob: fc22b63d8a5d1ad9ea3c6fdad4a4ca0c153db009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# /etc/strongswan.conf - strongSwan configuration file

charon-systemd {
  load = random nonce aes sha1 sha2 sha3 hmac mgf1 ntru bliss x509 revocation pem pkcs1 curl vici kernel-netlink socket-default updown

  send_vendor_id = yes
  fragment_size = 1500

  syslog {
    daemon {
      default = 1
    }
    auth {
      default = 0
    }
  }
}