Added tnc/tnccs-20-pt-tls scenario

This commit is contained in:
Andreas Steffen
2015-03-27 20:56:43 +01:00
parent bc1876bc9a
commit 85aa509e84
24 changed files with 114 additions and 5 deletions
@@ -0,0 +1,26 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = x509 openssl pem pkcs1 random nonce curl revocation stroke kernel-netlink socket-default eap-identity eap-ttls eap-tnc tnc-tnccs tnc-imc tnc-imv tnccs-20 updown
multiple_authentication = no
plugins {
eap-ttls {
phase2_tnc =yes
}
tnccs-20 {
mutual = yes
}
}
}
libimcv {
plugins {
imc-test {
command = allow
}
imv-test {
rounds = 1
}
}
}