added the ikev2/rw-eap-tnc-20 scenario

This commit is contained in:
Andreas Steffen
2010-12-12 10:47:16 +01:00
parent 1b7e081bfa
commit 146e9123a2
19 changed files with 225 additions and 0 deletions
@@ -0,0 +1,18 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default eap-identity eap-ttls eap-md5 eap-tnc tnccs-20 tnc-imv updown
multiple_authentication=no
plugins {
eap-ttls {
phase2_method = md5
phase2_piggyback = yes
phase2_tnc = yes
}
eap-tnc {
protocol = tnccs-2.0
max_message_count = 4
recommendation_policy = any
}
}
}