aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-11-radius-pts/hosts/carol/etc/strongswan.conf
blob: 4eeff496c7645ea743408da047927b20fbde081e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# /etc/strongswan.conf - strongSwan configuration file

charon {
  load = curl openssl pem pkcs1 random nonce revocation stroke kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-11 updown

  multiple_authentication=no

  plugins {
    eap-tnc {
      protocol = tnccs-1.1
    }
  }
}

libimcv {
  plugins {
    imc-test {
      command = allow
    }
  }
}