summaryrefslogtreecommitdiff
path: root/testing/tests/tnc/tnccs-11-radius-pts/hosts/dave/etc/strongswan.conf
blob: 145ad9d2dd3860072699368d69cc2c0d8d9a8e4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# /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
}

libimcv {
  plugins {
    imc-test {
      command = allow
    }
    imc-scanner {
      push_info = no
    }
  }
}