aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/af-alg/rw-cert/hosts/carol/etc/strongswan.conf
blob: ba2f2aade54b345ad80bdcdace13c13d1d0fcd9b (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 = random nonce test-vectors pem pkcs1 af-alg gmp x509 revocation curl ctr ccm gcm kernel-netlink socket-default updown vici

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