aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/libipsec/rw-suite-b/hosts/carol/etc/strongswan.conf
blob: 4ab9a617f51deb926adc83c880b38783d725c1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/strongswan.conf - strongSwan configuration file

charon {
  load = random nonce pem pkcs1 pkcs8 x509 revocation openssl curl stroke kernel-libipsec kernel-netlink socket-default updown

  initiator_only = yes

  plugins {
    openssl {
      fips_mode = 2
    }
  }
}