diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-05-31 05:47:30 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-05-31 05:47:30 +0000 |
commit | ef8f5256d37dddae7cb6b509091321a616accce2 (patch) | |
tree | 8ded21bd8ec7c47ce248c7dbc8d5d50b74efc844 | |
parent | 2d6c3bce06861c63e341a20ba5f0ec9420c62f17 (diff) | |
download | strongswan-ef8f5256d37dddae7cb6b509091321a616accce2.tar.bz2 strongswan-ef8f5256d37dddae7cb6b509091321a616accce2.tar.xz |
tests with subjectAltNames now
5 files changed, 11 insertions, 1 deletions
diff --git a/testing/tests/ikev2-ikev1-mixed/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2-ikev1-mixed/hosts/moon/etc/ipsec.conf index 06535490c..dae4cf516 100644 --- a/testing/tests/ikev2-ikev1-mixed/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev2-ikev1-mixed/hosts/moon/etc/ipsec.conf @@ -5,17 +5,18 @@ version 2.0 # conforms to second version of ipsec.conf specification conn %default left=PH_IP_MOON leftcert=moonCert.pem + leftid=@moon.strongswan.org leftsubnet=10.1.0.0/16 conn net-net right=PH_IP_SUN rightcert=sunCert.pem + rightid=@sun.strongswan.org rightsubnet=10.2.0.0/16 keyexchange=ikev2 auto=add conn rw - leftid=@moon.strongswan.org right=%any rightid=carol@strongswan.org keyexchange=ikev1 diff --git a/testing/tests/ikev2-ikev1-mixed/hosts/sun/etc/ipsec.conf b/testing/tests/ikev2-ikev1-mixed/hosts/sun/etc/ipsec.conf index defccb9ea..fa1ba5d79 100644 --- a/testing/tests/ikev2-ikev1-mixed/hosts/sun/etc/ipsec.conf +++ b/testing/tests/ikev2-ikev1-mixed/hosts/sun/etc/ipsec.conf @@ -8,9 +8,11 @@ config setup conn net-net left=PH_IP_SUN leftcert=sunCert.pem + leftid=@sun.strongswan.org leftsubnet=10.2.0.0/16 right=PH_IP_MOON rightcert=moonCert.pem + rightid=@moon.strongswan.org rightsubnet=10.1.0.0/16 keyexchange=ikev2 auto=add diff --git a/testing/tests/ikev2-rw/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2-rw/hosts/carol/etc/ipsec.conf index 0099ccaec..b936d7265 100644 --- a/testing/tests/ikev2-rw/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev2-rw/hosts/carol/etc/ipsec.conf @@ -8,8 +8,10 @@ config setup conn home left=PH_IP_CAROL leftcert=carolCert.pem + leftid=carol@strongswan.org right=PH_IP_MOON rightcert=moonCert.pem + rightid=@moon.strongswan.org rightsubnet=10.1.0.0/16 keyexchange=ikev2 auto=add diff --git a/testing/tests/ikev2-rw/hosts/dave/etc/ipsec.conf b/testing/tests/ikev2-rw/hosts/dave/etc/ipsec.conf index 19880cc44..357beff22 100644 --- a/testing/tests/ikev2-rw/hosts/dave/etc/ipsec.conf +++ b/testing/tests/ikev2-rw/hosts/dave/etc/ipsec.conf @@ -8,8 +8,10 @@ config setup conn home left=PH_IP_DAVE leftcert=daveCert.pem + leftid=dave@strongswan.org right=PH_IP_MOON rightcert=moonCert.pem + rightid=@moon.strongswan.org rightsubnet=10.1.0.0/16 keyexchange=ikev2 auto=add diff --git a/testing/tests/ikev2-rw/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2-rw/hosts/moon/etc/ipsec.conf index fc309bb1d..92d484d9d 100644 --- a/testing/tests/ikev2-rw/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev2-rw/hosts/moon/etc/ipsec.conf @@ -8,15 +8,18 @@ config setup conn %default left=PH_IP_MOON leftcert=moonCert.pem + leftid=@moon.strongswan.org leftsubnet=10.1.0.0/16 keyexchange=ikev2 conn rw-carol right=%any rightcert=carolCert.pem + rightid=carol@strongswan.org auto=add conn rw-dave right=%any rightcert=daveCert.pem + rightid=dave@strongswan.org auto=add |