summaryrefslogtreecommitdiff
path: root/testing/tests/ikev2/rw-eap-tnc-11/hosts/moon/etc/strongswan.conf
blob: f8700d3c507c6b2ba51d7312eb08d84f25b588f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/strongswan.conf - strongSwan configuration file

charon {
  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default eap-identity eap-ttls eap-md5 eap-tnc tnccs-11 tnc-imv updown
  multiple_authentication=no
  plugins {
    eap-ttls {
      phase2_method = md5
      phase2_piggyback = yes
      phase2_tnc = yes
    }
  }
}