aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-20-pdp-eap/hosts/alice/etc/strongswan.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2014-04-11 16:30:55 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2014-04-15 09:21:06 +0200
commit3e7044b45e65471a7f7fe7b002fdc2b10906c6c0 (patch)
treed4a222c960cc5bca68b527d611bd5e71b8eb2407 /testing/tests/tnc/tnccs-20-pdp-eap/hosts/alice/etc/strongswan.conf
parent8c40609f9640d097575d098014fd64fe478519d2 (diff)
downloadstrongswan-3e7044b45e65471a7f7fe7b002fdc2b10906c6c0.tar.bz2
strongswan-3e7044b45e65471a7f7fe7b002fdc2b10906c6c0.tar.xz
Implemented segmented SWID tag attributes on IMV side
Diffstat (limited to 'testing/tests/tnc/tnccs-20-pdp-eap/hosts/alice/etc/strongswan.conf')
-rw-r--r--testing/tests/tnc/tnccs-20-pdp-eap/hosts/alice/etc/strongswan.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/tests/tnc/tnccs-20-pdp-eap/hosts/alice/etc/strongswan.conf b/testing/tests/tnc/tnccs-20-pdp-eap/hosts/alice/etc/strongswan.conf
new file mode 100644
index 000000000..61bf86fbc
--- /dev/null
+++ b/testing/tests/tnc/tnccs-20-pdp-eap/hosts/alice/etc/strongswan.conf
@@ -0,0 +1,29 @@
+# /etc/strongswan.conf - strongSwan configuration file
+
+charon {
+ load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac socket-default kernel-netlink stroke eap-identity eap-ttls eap-md5 eap-tnc tnc-pdp tnc-imv tnc-tnccs tnccs-20 sqlite
+ plugins {
+ eap-ttls {
+ phase2_method = md5
+ phase2_piggyback = yes
+ phase2_tnc = yes
+ max_message_count = 0
+ }
+ eap-tnc {
+ protocol = tnccs-2.0
+ max_message_count = 20
+ }
+ tnc-pdp {
+ server = aaa.strongswan.org
+ radius {
+ secret = gv6URkSs
+ }
+ }
+ }
+}
+
+libimcv {
+ debug_level = 3
+ database = sqlite:///etc/pts/config.db
+ policy_script = ipsec imv_policy_manager
+}