]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
updated ikev1/xauth-rsa-mode-config scenario to support xauth plugin
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 18 May 2010 20:57:12 +0000 (22:57 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 18 May 2010 20:57:12 +0000 (22:57 +0200)
testing/tests/ikev1/xauth-rsa-mode-config/hosts/carol/etc/ipsec.secrets
testing/tests/ikev1/xauth-rsa-mode-config/hosts/carol/etc/strongswan.conf [new file with mode: 0644]
testing/tests/ikev1/xauth-rsa-mode-config/hosts/dave/etc/ipsec.secrets
testing/tests/ikev1/xauth-rsa-mode-config/hosts/dave/etc/strongswan.conf [new file with mode: 0644]
testing/tests/ikev1/xauth-rsa-mode-config/hosts/moon/etc/ipsec.secrets
testing/tests/ikev1/xauth-rsa-mode-config/hosts/moon/etc/strongswan.conf [new file with mode: 0644]

index 48fd260c1ab328d226a551eac453c84fb11e495d..4a77c3b97ff807e77125197dbdc775fd212eb5f8 100644 (file)
@@ -2,4 +2,4 @@
 
 : RSA carolKey.pem "nH5ZQEWtku0RJEZ6"
 
-: XAUTH carol "4iChxLT3" 
+carol@strongswan.org : XAUTH "4iChxLT3" 
diff --git a/testing/tests/ikev1/xauth-rsa-mode-config/hosts/carol/etc/strongswan.conf b/testing/tests/ikev1/xauth-rsa-mode-config/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 14f08850175560378bb70368542f1900a3ef9ed7..1c0248b84bfe1d0f177205d1e19f081ce3f78654 100644 (file)
@@ -2,4 +2,4 @@
 
 : RSA daveKey.pem
 
-: XAUTH dave "ryftzG4A" 
+dave@strongswan.org : XAUTH "ryftzG4A" 
diff --git a/testing/tests/ikev1/xauth-rsa-mode-config/hosts/dave/etc/strongswan.conf b/testing/tests/ikev1/xauth-rsa-mode-config/hosts/dave/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 8d41919fcdd8de60d735760bb83543de3f4a5d5f..1ba66971a87379931aeb5f0f53994f607be7a3af 100644 (file)
@@ -2,6 +2,6 @@
 
 : RSA moonKey.pem
 
-: XAUTH carol "4iChxLT3"
+carol@strongswan.org : XAUTH "4iChxLT3"
 
-: XAUTH dave  "ryftzG4A"
+dave@strongswan.org  : XAUTH "ryftzG4A"
diff --git a/testing/tests/ikev1/xauth-rsa-mode-config/hosts/moon/etc/strongswan.conf b/testing/tests/ikev1/xauth-rsa-mode-config/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
+}