diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-09-12 12:42:24 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-09-12 12:42:24 +0200 |
commit | 979027ae045f9e4ef2cd5b4ca2df892f23e4f4b7 (patch) | |
tree | b69995050ea8c10da8856fee06fd9dc259dfcb1f /testing | |
parent | e1588893f5716e524e81ca40c8403b73839377c3 (diff) | |
download | strongswan-979027ae045f9e4ef2cd5b4ca2df892f23e4f4b7.tar.bz2 strongswan-979027ae045f9e4ef2cd5b4ca2df892f23e4f4b7.tar.xz |
ikev1 hybrid authentication does not need client certificates
Diffstat (limited to 'testing')
4 files changed, 0 insertions, 6 deletions
diff --git a/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/carol/etc/ipsec.conf b/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/carol/etc/ipsec.conf index de2f39409..e12cefa65 100644 --- a/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/carol/etc/ipsec.conf @@ -11,7 +11,6 @@ conn %default conn home left=PH_IP_CAROL - leftcert=carolCert.pem leftid=carol@strongswan.org leftauth=xauth leftfirewall=yes diff --git a/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/carol/etc/ipsec.secrets b/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/carol/etc/ipsec.secrets index 29492b5f9..cf2178e9b 100644 --- a/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/carol/etc/ipsec.secrets +++ b/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/carol/etc/ipsec.secrets @@ -1,5 +1,3 @@ # /etc/ipsec.secrets - strongSwan IPsec secrets file -: RSA carolKey.pem "nH5ZQEWtku0RJEZ6" - carol : XAUTH "4iChxLT3" diff --git a/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/dave/etc/ipsec.conf b/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/dave/etc/ipsec.conf index aec4b7f7f..03b29f6c9 100644 --- a/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/dave/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/dave/etc/ipsec.conf @@ -11,7 +11,6 @@ conn %default conn home left=PH_IP_DAVE - leftcert=daveCert.pem leftid=dave@strongswan.org leftauth=xauth leftfirewall=yes diff --git a/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/dave/etc/ipsec.secrets b/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/dave/etc/ipsec.secrets index 8cf7db530..19d918630 100644 --- a/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/dave/etc/ipsec.secrets +++ b/testing/tests/ikev1/xauth-id-rsa-hybrid/hosts/dave/etc/ipsec.secrets @@ -1,5 +1,3 @@ # /etc/ipsec.secrets - strongSwan IPsec secrets file -: RSA daveKey.pem - dave : XAUTH "ryftzG4A" |