aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-11-radius-block/hosts/dave/etc/strongswan.conf
blob: 4220e7e4c6890d80a2d6a5ba07e6b0f1d9e231a2 (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
25
26
27
28
29
30
31
32
33
# /etc/strongswan.conf - strongSwan configuration file

charon-systemd {
  load = random nonce aes sha1 sha2 md5 gmp hmac pem pkcs1 x509 revocation curl vici kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-11 updown

  multiple_authentication=no

  syslog {
    auth {
      default = 0
    }
    daemon {
      tnc = 3
      imc = 3
    }
  }
  plugins {
    eap-tnc {
      protocol = tnccs-1.1
    }
  }
}

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