added the ikev2/rw-eap-tnc-20 scenario based on the RFC 5792 PA-TNC protocol

This commit is contained in:
Andreas Steffen
2011-05-30 21:31:50 +02:00
parent 510f37abd4
commit 83348c80e4
13 changed files with 35 additions and 15 deletions
+3 -1
View File
@@ -19,7 +19,7 @@ UMLTESTDIR=~/strongswan-testing
# Bzipped kernel sources
# (file extension .tar.bz2 required)
KERNEL=$UMLTESTDIR/linux-2.6.38.tar.bz2
KERNEL=$UMLTESTDIR/linux-2.6.38.5.tar.bz2
# Extract kernel version
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
@@ -51,6 +51,8 @@ USE_TNC_IMV="yes"
USE_TNCCS_11="yes"
USE_TNCCS_20="yes"
USE_TNCCS_DYNAMIC="yes"
USE_IMC_TEST="yes"
USE_IMV_TEST="yes"
USE_SQL="yes"
USE_MEDIATION="yes"
USE_OPENSSL="yes"