aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev2/alg-sha256-96/hosts/carol/etc/ipsec.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-12-09 15:19:10 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-12-09 15:19:10 +0100
commit99133d3086414f878903b53935d1f2f0809194a3 (patch)
tree4f605ce9caf9b20c7f97429757c3b36694ae53ee /testing/tests/ikev2/alg-sha256-96/hosts/carol/etc/ipsec.conf
parent344061ebce9ae5c74aa44d151b0bb0074c41daf6 (diff)
downloadstrongswan-99133d3086414f878903b53935d1f2f0809194a3.tar.bz2
strongswan-99133d3086414f878903b53935d1f2f0809194a3.tar.xz
adapted ikev2 alg and esp scenarios
Diffstat (limited to 'testing/tests/ikev2/alg-sha256-96/hosts/carol/etc/ipsec.conf')
-rwxr-xr-xtesting/tests/ikev2/alg-sha256-96/hosts/carol/etc/ipsec.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/tests/ikev2/alg-sha256-96/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2/alg-sha256-96/hosts/carol/etc/ipsec.conf
new file mode 100755
index 000000000..47cf1e12c
--- /dev/null
+++ b/testing/tests/ikev2/alg-sha256-96/hosts/carol/etc/ipsec.conf
@@ -0,0 +1,25 @@
+# /etc/ipsec.conf - strongSwan IPsec configuration file
+
+config setup
+ crlcheckinterval=180
+ strictcrlpolicy=yes
+ plutostart=no
+
+conn %default
+ ikelifetime=60m
+ keylife=20m
+ rekeymargin=3m
+ keyingtries=1
+ keyexchange=ikev2
+ ike=aes128-sha256-modp2048!
+ esp=aes128-sha256_96-modp2048!
+
+conn home
+ left=PH_IP_CAROL
+ leftfirewall=yes
+ leftcert=carolCert.pem
+ leftid=carol@strongswan.org
+ right=PH_IP_MOON
+ rightsubnet=10.1.0.0/16
+ rightid=@moon.strongswan.org
+ auto=add