]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
updated ikev1/xauth-rsa-fail scenario to xauth plugin
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 18 May 2010 14:53:34 +0000 (16:53 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 18 May 2010 14:54:25 +0000 (16:54 +0200)
testing/tests/ikev1/xauth-rsa-fail/hosts/carol/etc/ipsec.secrets
testing/tests/ikev1/xauth-rsa-fail/hosts/carol/etc/strongswan.conf [new file with mode: 0644]
testing/tests/ikev1/xauth-rsa-fail/hosts/moon/etc/ipsec.secrets
testing/tests/ikev1/xauth-rsa-fail/hosts/moon/etc/strongswan.conf [new file with mode: 0644]

index 24506be09f3b550abe7678b3b55bedf33d003170..13e6e065647085aec70b34c6f2d96aad55914edc 100644 (file)
@@ -2,4 +2,4 @@
 
 : RSA carolKey.pem "nH5ZQEWtku0RJEZ6"
 
-: XAUTH carol "4iChxLT8" 
+carol@strongswan.org : XAUTH "4iChxLT8" 
diff --git a/testing/tests/ikev1/xauth-rsa-fail/hosts/carol/etc/strongswan.conf b/testing/tests/ikev1/xauth-rsa-fail/hosts/carol/etc/strongswan.conf
new file mode 100644 (file)
index 0000000..556f76c
--- /dev/null
@@ -0,0 +1,11 @@
+# /etc/strongswan.conf - strongSwan configuration file
+
+pluto {
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl xauth
+}
+
+# pluto uses optimized DH exponent sizes (RFC 3526)
+
+libstrongswan {
+  dh_exponent_ansi_x9_42 = no
+}
index a18e885f8aaff33e11bd7698204e62898eaac9f7..2586f5f39cbf5855beb587d13f7ce988b1c0f9ef 100644 (file)
@@ -2,4 +2,4 @@
 
 : RSA moonKey.pem
 
-: XAUTH carol "4iChxLT3" 
+carol@strongswan.org : XAUTH "4iChxLT3" 
diff --git a/testing/tests/ikev1/xauth-rsa-fail/hosts/moon/etc/strongswan.conf b/testing/tests/ikev1/xauth-rsa-fail/hosts/moon/etc/strongswan.conf
new file mode 100644 (file)
index 0000000..556f76c
--- /dev/null
@@ -0,0 +1,11 @@
+# /etc/strongswan.conf - strongSwan configuration file
+
+pluto {
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl xauth
+}
+
+# pluto uses optimized DH exponent sizes (RFC 3526)
+
+libstrongswan {
+  dh_exponent_ansi_x9_42 = no
+}