From 8d59090349cb95e624c134533283a68ae95b8476 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 11 May 2014 20:49:21 +0200 Subject: Implemented PT-EAP protocol (RFC 7171) --- testing/tests/tnc/tnccs-20-pts/hosts/moon/etc/strongswan.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'testing/tests/tnc/tnccs-20-pts/hosts/moon/etc/strongswan.conf') diff --git a/testing/tests/tnc/tnccs-20-pts/hosts/moon/etc/strongswan.conf b/testing/tests/tnc/tnccs-20-pts/hosts/moon/etc/strongswan.conf index 0298a5151..e81908f31 100644 --- a/testing/tests/tnc/tnccs-20-pts/hosts/moon/etc/strongswan.conf +++ b/testing/tests/tnc/tnccs-20-pts/hosts/moon/etc/strongswan.conf @@ -2,16 +2,15 @@ charon { load = curl openssl pem pkcs1 random nonce revocation stroke kernel-netlink socket-default eap-identity eap-ttls eap-md5 eap-tnc tnc-imv tnc-tnccs tnccs-20 updown sqlite - multiple_authentication=no + + multiple_authentication = no + plugins { eap-ttls { phase2_method = md5 phase2_piggyback = yes phase2_tnc = yes } - eap-tnc { - protocol = tnccs-2.0 - } } } -- cgit v1.2.3