summaryrefslogtreecommitdiff
path: root/testing/tests/tnc/tnccs-11-radius/hosts/carol/etc/strongswan.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/tnc/tnccs-11-radius/hosts/carol/etc/strongswan.conf')
-rw-r--r--testing/tests/tnc/tnccs-11-radius/hosts/carol/etc/strongswan.conf30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/tests/tnc/tnccs-11-radius/hosts/carol/etc/strongswan.conf b/testing/tests/tnc/tnccs-11-radius/hosts/carol/etc/strongswan.conf
deleted file mode 100644
index 1ca6c3d10..000000000
--- a/testing/tests/tnc/tnccs-11-radius/hosts/carol/etc/strongswan.conf
+++ /dev/null
@@ -1,30 +0,0 @@
-# /etc/strongswan.conf - strongSwan configuration file
-
-charon-systemd {
- 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
-
- multiple_authentication=no
-
- syslog {
- daemon {
- tnc = 3
- imc = 3
- }
- }
- plugins {
- eap-tnc {
- protocol = tnccs-1.1
- }
- }
-}
-
-libimcv {
- plugins {
- imc-test {
- command = allow
- }
- }
-}
-libtls {
- suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
-}