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

index 47bf1dafccb561e6c0009766c7886543c3feb578..1e21fbb978b95bb6b69fdf1ba8821ff944d63288 100755 (executable)
@@ -1,7 +1,7 @@
 # /etc/ipsec.conf - strongSwan IPsec configuration file
 
 config setup
-       plutodebug=control
+       plutodebug="control controlmore"
        crlcheckinterval=180
        strictcrlpolicy=no
        charonstart=no
diff --git a/testing/tests/ikev1/xauth-rsa-nosecret/hosts/carol/etc/strongswan.conf b/testing/tests/ikev1/xauth-rsa-nosecret/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 f79a81a6f60557bc1858c288ee5b377d37dd8185..94cc6819dfb155270cb0e1b31b148089f4fd899e 100755 (executable)
@@ -1,7 +1,7 @@
 # /etc/ipsec.conf - strongSwan IPsec configuration file
 
 config setup
-       plutodebug=control
+       plutodebug="control controlmore"
        crlcheckinterval=180
        strictcrlpolicy=no
        charonstart=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-nosecret/hosts/moon/etc/strongswan.conf b/testing/tests/ikev1/xauth-rsa-nosecret/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
+}