From 8b8f5c6141dcddbe1097719fb4a3c12c9af028da Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 18 Jun 2012 22:03:36 +0200 Subject: [PATCH] rsasig is not recognized as authentication method --- testing/tests/ikev1/xauth-id-rsa/hosts/carol/etc/ipsec.conf | 4 ++-- testing/tests/ikev1/xauth-id-rsa/hosts/dave/etc/ipsec.conf | 4 ++-- testing/tests/ikev1/xauth-id-rsa/hosts/moon/etc/ipsec.conf | 4 ++-- testing/tests/ikev1/xauth-rsa-config/hosts/carol/etc/ipsec.conf | 4 ++-- testing/tests/ikev1/xauth-rsa-config/hosts/dave/etc/ipsec.conf | 4 ++-- testing/tests/ikev1/xauth-rsa-config/hosts/moon/etc/ipsec.conf | 4 ++-- .../tests/ikev1/xauth-rsa-eap-md5-radius/hosts/carol/etc/ipsec.conf | 4 ++-- .../tests/ikev1/xauth-rsa-eap-md5-radius/hosts/moon/etc/ipsec.conf | 4 ++-- testing/tests/ikev1/xauth-rsa/hosts/carol/etc/ipsec.conf | 4 ++-- testing/tests/ikev1/xauth-rsa/hosts/dave/etc/ipsec.conf | 4 ++-- testing/tests/ikev1/xauth-rsa/hosts/moon/etc/ipsec.conf | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/testing/tests/ikev1/xauth-id-rsa/hosts/carol/etc/ipsec.conf b/testing/tests/ikev1/xauth-id-rsa/hosts/carol/etc/ipsec.conf index 1c63ce4..6e06e54 100644 --- a/testing/tests/ikev1/xauth-id-rsa/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-id-rsa/hosts/carol/etc/ipsec.conf @@ -13,12 +13,12 @@ conn home left=PH_IP_CAROL leftcert=carolCert.pem leftid=carol@strongswan.org - leftauth=rsasig + leftauth=pubkey leftauth2=xauth leftfirewall=yes right=PH_IP_MOON rightsubnet=10.1.0.0/16 rightid=@moon.strongswan.org - rightauth=rsasig + rightauth=pubkey xauth_identity=carol auto=add diff --git a/testing/tests/ikev1/xauth-id-rsa/hosts/dave/etc/ipsec.conf b/testing/tests/ikev1/xauth-id-rsa/hosts/dave/etc/ipsec.conf index a3f05f9..9c4d0f4 100644 --- a/testing/tests/ikev1/xauth-id-rsa/hosts/dave/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-id-rsa/hosts/dave/etc/ipsec.conf @@ -13,12 +13,12 @@ conn home left=PH_IP_DAVE leftcert=daveCert.pem leftid=dave@strongswan.org - leftauth=rsasig + leftauth=pubkey leftauth2=xauth leftfirewall=yes right=PH_IP_MOON rightsubnet=10.1.0.0/16 rightid=@moon.strongswan.org - rightauth=rsasig + rightauth=pubkey xauth_identity=dave auto=add diff --git a/testing/tests/ikev1/xauth-id-rsa/hosts/moon/etc/ipsec.conf b/testing/tests/ikev1/xauth-id-rsa/hosts/moon/etc/ipsec.conf index 8b2078e..3c69449 100644 --- a/testing/tests/ikev1/xauth-id-rsa/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-id-rsa/hosts/moon/etc/ipsec.conf @@ -14,9 +14,9 @@ conn rw leftcert=moonCert.pem leftid=@moon.strongswan.org leftsubnet=10.1.0.0/16 - leftauth=rsasig + leftauth=pubkey leftfirewall=yes right=%any - rightauth=rsasig + rightauth=pubkey rightauth2=xauth auto=add diff --git a/testing/tests/ikev1/xauth-rsa-config/hosts/carol/etc/ipsec.conf b/testing/tests/ikev1/xauth-rsa-config/hosts/carol/etc/ipsec.conf index c393455..0eab240 100644 --- a/testing/tests/ikev1/xauth-rsa-config/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-rsa-config/hosts/carol/etc/ipsec.conf @@ -14,11 +14,11 @@ conn home leftsourceip=%config leftcert=carolCert.pem leftid=carol@strongswan.org - leftauth=rsasig + leftauth=pubkey leftauth2=xauth leftfirewall=yes right=PH_IP_MOON rightsubnet=10.1.0.0/16 rightid=@moon.strongswan.org - rightauth=rsasig + rightauth=pubkey auto=add diff --git a/testing/tests/ikev1/xauth-rsa-config/hosts/dave/etc/ipsec.conf b/testing/tests/ikev1/xauth-rsa-config/hosts/dave/etc/ipsec.conf index 8f18b9e..8c6de9a 100644 --- a/testing/tests/ikev1/xauth-rsa-config/hosts/dave/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-rsa-config/hosts/dave/etc/ipsec.conf @@ -14,11 +14,11 @@ conn home leftsourceip=%config leftcert=daveCert.pem leftid=dave@strongswan.org - leftauth=rsasig + leftauth=pubkey leftauth2=xauth leftfirewall=yes right=PH_IP_MOON rightsubnet=10.1.0.0/16 rightid=@moon.strongswan.org - rightauth=rsasig + rightauth=pubkey auto=add diff --git a/testing/tests/ikev1/xauth-rsa-config/hosts/moon/etc/ipsec.conf b/testing/tests/ikev1/xauth-rsa-config/hosts/moon/etc/ipsec.conf index d2bd0f5..d9fcc27 100644 --- a/testing/tests/ikev1/xauth-rsa-config/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-rsa-config/hosts/moon/etc/ipsec.conf @@ -12,10 +12,10 @@ conn %default leftcert=moonCert.pem leftid=@moon.strongswan.org leftsubnet=10.1.0.0/16 - leftauth=rsasig + leftauth=pubkey leftfirewall=yes right=%any - rightauth=rsasig + rightauth=pubkey rightauth2=xauth auto=add diff --git a/testing/tests/ikev1/xauth-rsa-eap-md5-radius/hosts/carol/etc/ipsec.conf b/testing/tests/ikev1/xauth-rsa-eap-md5-radius/hosts/carol/etc/ipsec.conf index e14f951..2fdd60f 100644 --- a/testing/tests/ikev1/xauth-rsa-eap-md5-radius/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-rsa-eap-md5-radius/hosts/carol/etc/ipsec.conf @@ -13,11 +13,11 @@ conn home left=PH_IP_CAROL leftcert=carolCert.pem leftid=carol@strongswan.org - leftauth=rsasig + leftauth=pubkey leftauth2=xauth leftfirewall=yes right=PH_IP_MOON rightsubnet=10.1.0.0/16 rightid=@moon.strongswan.org - rightauth=rsasig + rightauth=pubkey auto=add diff --git a/testing/tests/ikev1/xauth-rsa-eap-md5-radius/hosts/moon/etc/ipsec.conf b/testing/tests/ikev1/xauth-rsa-eap-md5-radius/hosts/moon/etc/ipsec.conf index afc8379..7d00502 100644 --- a/testing/tests/ikev1/xauth-rsa-eap-md5-radius/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-rsa-eap-md5-radius/hosts/moon/etc/ipsec.conf @@ -14,9 +14,9 @@ conn rw leftsubnet=10.1.0.0/16 leftid=@moon.strongswan.org leftcert=moonCert.pem - leftauth=rsasig + leftauth=pubkey leftfirewall=yes right=%any - rightauth=rsasig + rightauth=pubkey rightauth2=xauth auto=add diff --git a/testing/tests/ikev1/xauth-rsa/hosts/carol/etc/ipsec.conf b/testing/tests/ikev1/xauth-rsa/hosts/carol/etc/ipsec.conf index e14f951..2fdd60f 100644 --- a/testing/tests/ikev1/xauth-rsa/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-rsa/hosts/carol/etc/ipsec.conf @@ -13,11 +13,11 @@ conn home left=PH_IP_CAROL leftcert=carolCert.pem leftid=carol@strongswan.org - leftauth=rsasig + leftauth=pubkey leftauth2=xauth leftfirewall=yes right=PH_IP_MOON rightsubnet=10.1.0.0/16 rightid=@moon.strongswan.org - rightauth=rsasig + rightauth=pubkey auto=add diff --git a/testing/tests/ikev1/xauth-rsa/hosts/dave/etc/ipsec.conf b/testing/tests/ikev1/xauth-rsa/hosts/dave/etc/ipsec.conf index 3ac23f3..36f0c58 100644 --- a/testing/tests/ikev1/xauth-rsa/hosts/dave/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-rsa/hosts/dave/etc/ipsec.conf @@ -13,11 +13,11 @@ conn home left=PH_IP_DAVE leftcert=daveCert.pem leftid=dave@strongswan.org - leftauth=rsasig + leftauth=pubkey leftauth2=xauth leftfirewall=yes right=PH_IP_MOON rightsubnet=10.1.0.0/16 rightid=@moon.strongswan.org - rightauth=rsasig + rightauth=pubkey auto=add diff --git a/testing/tests/ikev1/xauth-rsa/hosts/moon/etc/ipsec.conf b/testing/tests/ikev1/xauth-rsa/hosts/moon/etc/ipsec.conf index 8b2078e..3c69449 100644 --- a/testing/tests/ikev1/xauth-rsa/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev1/xauth-rsa/hosts/moon/etc/ipsec.conf @@ -14,9 +14,9 @@ conn rw leftcert=moonCert.pem leftid=@moon.strongswan.org leftsubnet=10.1.0.0/16 - leftauth=rsasig + leftauth=pubkey leftfirewall=yes right=%any - rightauth=rsasig + rightauth=pubkey rightauth2=xauth auto=add -- 2.7.4