]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/tnc/tnccs-11-radius/hosts/carol/etc/strongswan.conf
1ca6c3d1042f7b186fa104a399e039addc38266e
[thirdparty/strongswan.git] / testing / tests / tnc / tnccs-11-radius / hosts / carol / etc / strongswan.conf
1 # /etc/strongswan.conf - strongSwan configuration file
2
3 charon-systemd {
4 load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-11 updown
5
6 multiple_authentication=no
7
8 syslog {
9 daemon {
10 tnc = 3
11 imc = 3
12 }
13 }
14 plugins {
15 eap-tnc {
16 protocol = tnccs-1.1
17 }
18 }
19 }
20
21 libimcv {
22 plugins {
23 imc-test {
24 command = allow
25 }
26 }
27 }
28 libtls {
29 suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
30 }