aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/gcrypt-ikev2/rw-cert/hosts/moon/etc/strongswan.conf
blob: 21e3c417a1848a369c8ce917540360ea49c3e643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# /etc/strongswan.conf - strongSwan configuration file

swanctl {
  load = pem pkcs1 x509 revocation constraints pubkey openssl random 
}

charon-systemd {
  load = curl test-vectors pem pkcs1 gcrypt nonce x509 revocation hmac xcbc ctr ccm gcm vici kernel-netlink socket-default updown

  syslog {
    daemon {
      default = 1
    }
    auth {
      default = 0
    }
  }
  integrity_test = yes
  crypto_test {
    on_add = yes
  }
}