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

charon {
  load = openssl curl 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
    }
    imc-scanner {
      push_info = no
    }
  }
}