aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-11-fhh/hosts/dave/etc/strongswan.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2014-05-11 20:49:21 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2014-05-12 06:59:21 +0200
commit8d59090349cb95e624c134533283a68ae95b8476 (patch)
tree5792eece918b78c2c6ab21475332e0a27bf2051e /testing/tests/tnc/tnccs-11-fhh/hosts/dave/etc/strongswan.conf
parentab21875f508a3e7ef3a36d5dbddb367b3f34f1df (diff)
downloadstrongswan-8d59090349cb95e624c134533283a68ae95b8476.tar.bz2
strongswan-8d59090349cb95e624c134533283a68ae95b8476.tar.xz
Implemented PT-EAP protocol (RFC 7171)
Diffstat (limited to 'testing/tests/tnc/tnccs-11-fhh/hosts/dave/etc/strongswan.conf')
-rw-r--r--testing/tests/tnc/tnccs-11-fhh/hosts/dave/etc/strongswan.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/tests/tnc/tnccs-11-fhh/hosts/dave/etc/strongswan.conf b/testing/tests/tnc/tnccs-11-fhh/hosts/dave/etc/strongswan.conf
index 73646f8db..2f104f53a 100644
--- a/testing/tests/tnc/tnccs-11-fhh/hosts/dave/etc/strongswan.conf
+++ b/testing/tests/tnc/tnccs-11-fhh/hosts/dave/etc/strongswan.conf
@@ -2,5 +2,12 @@
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac stroke kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-11 updown
+
multiple_authentication=no
+
+ plugins {
+ eap-tnc {
+ protocol = tnccs-1.1
+ }
+ }
}