aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/af-alg/rw-cert/hosts/dave/etc/strongswan.conf
blob: a2a6609945663d07e29d21c7e287f1c787cd8aa2 (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 aes des sha1 sha2 md5 pem pkcs1 gmp x509 revocation curl hmac xcbc ctr ccm gcm kernel-netlink socket-default updown vici

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