From: Andreas Steffen Date: Mon, 18 Jun 2012 20:03:36 +0000 (+0200) Subject: rsasig is not recognized as authentication method X-Git-Tag: 5.0.0~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b8f5c6141dcddbe1097719fb4a3c12c9af028da;p=thirdparty%2Fstrongswan.git rsasig is not recognized as authentication method --- 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 1c63ce4279..6e06e541d5 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 a3f05f9d31..9c4d0f430e 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 8b2078ea19..3c69449103 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 c3934559de..0eab240cd5 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 8f18b9ee4a..8c6de9a3a5 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 d2bd0f5387..d9fcc27c4f 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 e14f95107c..2fdd60f006 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 afc8379bfa..7d00502126 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 e14f95107c..2fdd60f006 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 3ac23f3281..36f0c581fa 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 8b2078ea19..3c69449103 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