summaryrefslogtreecommitdiff
path: root/testing/tests/openssl-ikev2/rw-cpa/hosts/dave/etc/strongswan.conf
blob: 958a502c2fe64c6dd855dc8097a2d302bbc1d2c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# /etc/strongswan.conf - strongSwan configuration file

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

  retransmit_timeout = 2
  retransmit_base = 1.5
  retransmit_tries = 3 
  initiator_only = yes
}

libstrongswan {
  integrity_test = yes
  crypto_test {
    required = yes
    on_add = yes
  }
  plugins {
    openssl {
      fips_mode = 2
    }
  }
}