From e5502cd2b5d96ca3b3dc890786d7711389b2811a Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 4 May 2012 12:15:30 +0200 Subject: updated af-alg scenarios to 5.0.0 --- .../af-alg/rw-cert/hosts/carol/etc/ipsec.conf | 23 ++++++++++++++++++++++ .../af-alg/rw-cert/hosts/carol/etc/strongswan.conf | 12 +++++++++++ 2 files changed, 35 insertions(+) create mode 100755 testing/tests/af-alg/rw-cert/hosts/carol/etc/ipsec.conf create mode 100644 testing/tests/af-alg/rw-cert/hosts/carol/etc/strongswan.conf (limited to 'testing/tests/af-alg/rw-cert/hosts/carol') diff --git a/testing/tests/af-alg/rw-cert/hosts/carol/etc/ipsec.conf b/testing/tests/af-alg/rw-cert/hosts/carol/etc/ipsec.conf new file mode 100755 index 000000000..6a61b7380 --- /dev/null +++ b/testing/tests/af-alg/rw-cert/hosts/carol/etc/ipsec.conf @@ -0,0 +1,23 @@ +# /etc/ipsec.conf - strongSwan IPsec configuration file + +config setup + plutostart=no + +conn %default + ikelifetime=60m + keylife=20m + rekeymargin=3m + keyingtries=1 + keyexchange=ikev2 + ike=3des-sha1-modp1536! + esp=3des-sha1! + +conn home + left=PH_IP_CAROL + leftcert=carolCert.pem + leftid=carol@strongswan.org + leftfirewall=yes + right=PH_IP_MOON + rightid=@moon.strongswan.org + rightsubnet=10.1.0.0/16 + auto=add diff --git a/testing/tests/af-alg/rw-cert/hosts/carol/etc/strongswan.conf b/testing/tests/af-alg/rw-cert/hosts/carol/etc/strongswan.conf new file mode 100644 index 000000000..1c71b885f --- /dev/null +++ b/testing/tests/af-alg/rw-cert/hosts/carol/etc/strongswan.conf @@ -0,0 +1,12 @@ +# /etc/strongswan.conf - strongSwan configuration file + +charon { + load = curl test-vectors pem pkcs1 af-alg gmp random x509 revocation ctr ccm gcm stroke kernel-netlink socket-default updown +} + +libstrongswan { + integrity_test = yes + crypto_test { + on_add = yes + } +} -- cgit v1.2.3