aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/openssl-ikev2/rw-suite-b-128/hosts/moon/etc/strongswan.conf
blob: feb5d79a613f05c9f29ff6759389de1422e387d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# /etc/strongswan.conf - strongSwan configuration file

charon {
  load = test-vectors pem pkcs1 pkcs8 random nonce x509 revocation openssl soup stroke kernel-netlink socket-default

  integrity_test = yes

  crypto_test {
    required = yes
    on_add = yes
  }

  plugins {
    openssl {
      fips_mode = 2
    }
  }
}