diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2014-05-11 20:49:21 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2014-05-12 06:59:21 +0200 |
commit | 8d59090349cb95e624c134533283a68ae95b8476 (patch) | |
tree | 5792eece918b78c2c6ab21475332e0a27bf2051e /testing/tests/tnc/tnccs-20-fhh/hosts/carol/etc | |
parent | ab21875f508a3e7ef3a36d5dbddb367b3f34f1df (diff) | |
download | strongswan-8d59090349cb95e624c134533283a68ae95b8476.tar.bz2 strongswan-8d59090349cb95e624c134533283a68ae95b8476.tar.xz |
Implemented PT-EAP protocol (RFC 7171)
Diffstat (limited to 'testing/tests/tnc/tnccs-20-fhh/hosts/carol/etc')
-rw-r--r-- | testing/tests/tnc/tnccs-20-fhh/hosts/carol/etc/strongswan.conf | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/testing/tests/tnc/tnccs-20-fhh/hosts/carol/etc/strongswan.conf b/testing/tests/tnc/tnccs-20-fhh/hosts/carol/etc/strongswan.conf index 18e715785..d71893aad 100644 --- a/testing/tests/tnc/tnccs-20-fhh/hosts/carol/etc/strongswan.conf +++ b/testing/tests/tnc/tnccs-20-fhh/hosts/carol/etc/strongswan.conf @@ -2,10 +2,6 @@ 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-20 updown - multiple_authentication=no - plugins { - eap-tnc { - protocol = tnccs-2.0 - } - } + + multiple_authentication = no } |