]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Added ikev2/rw-cert-qske scenario
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 19 Nov 2019 22:01:26 +0000 (23:01 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 5 Sep 2024 07:36:12 +0000 (09:36 +0200)
12 files changed:
testing/scripts/recipes/013_strongswan.mk
testing/tests/ikev2/rw-cert-qske/description.txt [new file with mode: 0755]
testing/tests/ikev2/rw-cert-qske/evaltest.dat [new file with mode: 0755]
testing/tests/ikev2/rw-cert-qske/hosts/carol/etc/strongswan.conf [new file with mode: 0755]
testing/tests/ikev2/rw-cert-qske/hosts/carol/etc/swanctl/swanctl.conf [new file with mode: 0755]
testing/tests/ikev2/rw-cert-qske/hosts/dave/etc/strongswan.conf [new file with mode: 0755]
testing/tests/ikev2/rw-cert-qske/hosts/dave/etc/swanctl/swanctl.conf [new file with mode: 0755]
testing/tests/ikev2/rw-cert-qske/hosts/moon/etc/strongswan.conf [new file with mode: 0755]
testing/tests/ikev2/rw-cert-qske/hosts/moon/etc/swanctl/swanctl.conf [new file with mode: 0755]
testing/tests/ikev2/rw-cert-qske/posttest.dat [new file with mode: 0755]
testing/tests/ikev2/rw-cert-qske/pretest.dat [new file with mode: 0755]
testing/tests/ikev2/rw-cert-qske/test.conf [new file with mode: 0755]

index c318ac8c9a9e7e9ce5367265139f7e0e2d9802c3..bbb41ca33af5cd0df8dfcda18e9f5b402aaa8b4f 100644 (file)
@@ -104,6 +104,7 @@ CONFIG_OPTS = \
        --enable-bliss \
        --enable-sha3 \
        --enable-newhope \
+       --enable-frodo \
        --enable-systemd \
        --enable-counters \
        --enable-save-keys \
diff --git a/testing/tests/ikev2/rw-cert-qske/description.txt b/testing/tests/ikev2/rw-cert-qske/description.txt
new file mode 100755 (executable)
index 0000000..a5e5d9d
--- /dev/null
@@ -0,0 +1,10 @@
+The roadwarriors <b>carol</b> and <b>dave</b> set up a connection each
+to gateway <b>moon</b>. The authentication is based on <b>X.509 certificates</b>.
+<b>carol</b> proposes CURVE_25519 for the key exchange and KE_FRODO_SHAKE_L5 for
+the additional key exchange whereas <b>dave</b> proposes MODP_3072 and KE_FRODO_AES_L3,
+respectively.
+<p/>
+Upon the successful establishment of the IPsec tunnels, the updown script
+automatically inserts iptables-based firewall rules that let pass the tunneled traffic.
+In order to test both tunnel and firewall, both <b>carol</b> and <b>dave</b> ping
+the client <b>alice</b> behind the gateway <b>moon</b>.
diff --git a/testing/tests/ikev2/rw-cert-qske/evaltest.dat b/testing/tests/ikev2/rw-cert-qske/evaltest.dat
new file mode 100755 (executable)
index 0000000..c77ab19
--- /dev/null
@@ -0,0 +1,10 @@
+carol::swanctl --list-sas --raw 2> /dev/null::home.*version=2 state=ESTABLISHED local-host=192.168.0.100 local-port=4500 local-id=carol@strongswan.org remote-host=192.168.0.1 remote-port=4500 remote-id=moon.strongswan.org initiator=yes.*encr-alg=AES_CBC encr-keysize=128 integ-alg=HMAC_SHA2_256_128 prf-alg=PRF_HMAC_SHA2_256 dh-group=CURVE_25519 ake1=FRODO_SHAKE_L5.*child-sas.*home.*state=INSTALLED mode=TUNNEL.*ESP.*encr-alg=AES_GCM_16 encr-keysize=128.*local-ts=\[192.168.0.100/32] remote-ts=\[10.1.0.0/16]::YES
+dave:: swanctl --list-sas --raw 2> /dev/null::home.*version=2 state=ESTABLISHED local-host=192.168.0.200 local-port=4500 local-id=dave@strongswan.org remote-host=192.168.0.1 remote-port=4500 remote-id=moon.strongswan.org initiator=yes.*encr-alg=AES_CBC encr-keysize=128 integ-alg=HMAC_SHA2_256_128 prf-alg=PRF_HMAC_SHA2_256 dh-group=MODP_3072 ake1=FRODO_AES_L3.*child-sas.*home.*state=INSTALLED mode=TUNNEL.*ESP.*encr-alg=AES_GCM_16 encr-keysize=128.*local-ts=\[192.168.0.200/32] remote-ts=\[10.1.0.0/16]::YES
+moon:: swanctl --list-sas --ike-id 1 --raw 2> /dev/null::rw.*version=2 state=ESTABLISHED local-host=192.168.0.1 local-port=4500 local-id=moon.strongswan.org remote-host=192.168.0.100 remote-port=4500 remote-id=carol@strongswan.org.*encr-alg=AES_CBC encr-keysize=128 integ-alg=HMAC_SHA2_256_128 prf-alg=PRF_HMAC_SHA2_256 dh-group=CURVE_25519 ake1=FRODO_SHAKE_L5.*child-sas.*net.*reqid=1 state=INSTALLED mode=TUNNEL.*ESP.*encr-alg=AES_GCM_16 encr-keysize=128.*local-ts=\[10.1.0.0/16] remote-ts=\[192.168.0.100/32]::YES
+moon:: swanctl --list-sas --ike-id 2 --raw 2> /dev/null::rw.*version=2 state=ESTABLISHED local-host=192.168.0.1 local-port=4500 local-id=moon.strongswan.org remote-host=192.168.0.200 remote-port=4500 remote-id=dave@strongswan.org.*encr-alg=AES_CBC encr-keysize=128 integ-alg=HMAC_SHA2_256_128 prf-alg=PRF_HMAC_SHA2_256 dh-group=MODP_3072 ake1=FRODO_AES_L3.*child-sas.*net.*reqid=2 state=INSTALLED mode=TUNNEL.*ESP.*encr-alg=AES_GCM_16 encr-keysize=128.*local-ts=\[10.1.0.0/16] remote-ts=\[192.168.0.200/32]::YES
+alice::ping -c 1 192.168.0.100::64 bytes from 192.168.0.100: icmp_.eq=1::YES
+alice::ping -c 1 192.168.0.200::64 bytes from 192.168.0.200: icmp_.eq=1::YES
+moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP::YES
+moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP::YES
+moon::tcpdump::IP moon.strongswan.org > dave.strongswan.org: ESP::YES
+moon::tcpdump::IP dave.strongswan.org > moon.strongswan.org: ESP::YES
diff --git a/testing/tests/ikev2/rw-cert-qske/hosts/carol/etc/strongswan.conf b/testing/tests/ikev2/rw-cert-qske/hosts/carol/etc/strongswan.conf
new file mode 100755 (executable)
index 0000000..325beff
--- /dev/null
@@ -0,0 +1,13 @@
+# /etc/strongswan.conf - strongSwan configuration file
+
+swanctl {
+  load = pem pkcs1 x509 revocation constraints pubkey openssl random
+}
+
+charon-systemd {
+  load = random drbg nonce sha1 sha2 sha3 aes hmac kdf pem pkcs1 x509 revocation constraints pubkey curve25519 frodo gmp curl kernel-netlink socket-default updown vici
+
+  send_vendor_id = yes
+  max_packet = 30000
+  fragment_size = 1500
+}
diff --git a/testing/tests/ikev2/rw-cert-qske/hosts/carol/etc/swanctl/swanctl.conf b/testing/tests/ikev2/rw-cert-qske/hosts/carol/etc/swanctl/swanctl.conf
new file mode 100755 (executable)
index 0000000..680382b
--- /dev/null
@@ -0,0 +1,35 @@
+connections {
+
+   home {
+      local_addrs  = 192.168.0.100
+      remote_addrs = 192.168.0.1
+
+      local {
+         auth = pubkey
+         certs = carolCert.pem
+         id = carol@strongswan.org
+      }
+      remote {
+         auth = pubkey
+         id = moon.strongswan.org
+      }
+      children {
+         home {
+            remote_ts = 10.1.0.0/16
+
+            updown = /usr/local/libexec/ipsec/_updown iptables
+            esp_proposals = aes128gcm128-x25519
+         }
+      }
+      version = 2
+      proposals = aes128-sha256-x25519-ke1_frodos5
+   }
+}
+
+secrets {
+
+   rsa-carol {
+      file = carolKey.pem
+      secret = "nH5ZQEWtku0RJEZ6"
+   }
+}
diff --git a/testing/tests/ikev2/rw-cert-qske/hosts/dave/etc/strongswan.conf b/testing/tests/ikev2/rw-cert-qske/hosts/dave/etc/strongswan.conf
new file mode 100755 (executable)
index 0000000..325beff
--- /dev/null
@@ -0,0 +1,13 @@
+# /etc/strongswan.conf - strongSwan configuration file
+
+swanctl {
+  load = pem pkcs1 x509 revocation constraints pubkey openssl random
+}
+
+charon-systemd {
+  load = random drbg nonce sha1 sha2 sha3 aes hmac kdf pem pkcs1 x509 revocation constraints pubkey curve25519 frodo gmp curl kernel-netlink socket-default updown vici
+
+  send_vendor_id = yes
+  max_packet = 30000
+  fragment_size = 1500
+}
diff --git a/testing/tests/ikev2/rw-cert-qske/hosts/dave/etc/swanctl/swanctl.conf b/testing/tests/ikev2/rw-cert-qske/hosts/dave/etc/swanctl/swanctl.conf
new file mode 100755 (executable)
index 0000000..6040966
--- /dev/null
@@ -0,0 +1,27 @@
+connections {
+
+   home {
+      local_addrs  = 192.168.0.200
+      remote_addrs = 192.168.0.1
+
+      local {
+         auth = pubkey
+         certs = daveCert.pem
+         id = dave@strongswan.org
+      }
+      remote {
+         auth = pubkey
+         id = moon.strongswan.org
+      }
+      children {
+         home {
+            remote_ts = 10.1.0.0/16
+
+            updown = /usr/local/libexec/ipsec/_updown iptables
+            esp_proposals = aes128gcm128-modp3072
+         }
+      }
+      version = 2
+      proposals = aes128-sha256-modp3072-ke1_frodoa3
+   }
+}
diff --git a/testing/tests/ikev2/rw-cert-qske/hosts/moon/etc/strongswan.conf b/testing/tests/ikev2/rw-cert-qske/hosts/moon/etc/strongswan.conf
new file mode 100755 (executable)
index 0000000..5f5d28b
--- /dev/null
@@ -0,0 +1,18 @@
+# /etc/strongswan.conf - strongSwan configuration file
+
+swanctl {
+  load = pem pkcs1 x509 revocation constraints pubkey openssl random
+}
+
+charon-systemd {
+  load = test-vectors random drbg nonce sha1 sha2 sha3 aes hmac kdf pem pkcs1 x509 revocation constraints pubkey curve25519 frodo gmp curl kernel-netlink socket-default updown vici
+
+  send_vendor_id = yes
+  max_packet = 30000
+  fragment_size = 1500
+  integrity_test = yes
+
+  crypto_test {
+    on_add = yes
+  }
+}
diff --git a/testing/tests/ikev2/rw-cert-qske/hosts/moon/etc/swanctl/swanctl.conf b/testing/tests/ikev2/rw-cert-qske/hosts/moon/etc/swanctl/swanctl.conf
new file mode 100755 (executable)
index 0000000..a38fb2f
--- /dev/null
@@ -0,0 +1,25 @@
+connections {
+
+   rw {
+      local_addrs  = 192.168.0.1
+
+      local {
+         auth = pubkey
+         certs = moonCert.pem
+         id = moon.strongswan.org
+      }
+      remote {
+         auth = pubkey
+      }
+      children {
+         net {
+            local_ts  = 10.1.0.0/16
+
+            updown = /usr/local/libexec/ipsec/_updown iptables
+            esp_proposals = aes128gcm128-modp3072
+         }
+      }
+      version = 2
+      proposals = aes128-sha256-x25519-modp3072-ke1_frodos5-ke1_frodoa3
+   }
+}
diff --git a/testing/tests/ikev2/rw-cert-qske/posttest.dat b/testing/tests/ikev2/rw-cert-qske/posttest.dat
new file mode 100755 (executable)
index 0000000..eb21008
--- /dev/null
@@ -0,0 +1,8 @@
+carol::swanctl --terminate --ike home
+dave::swanctl --terminate --ike home
+carol::systemctl stop strongswan
+dave::systemctl stop strongswan
+moon::systemctl stop strongswan
+moon::iptables-restore < /etc/iptables.flush
+carol::iptables-restore < /etc/iptables.flush
+dave::iptables-restore < /etc/iptables.flush
diff --git a/testing/tests/ikev2/rw-cert-qske/pretest.dat b/testing/tests/ikev2/rw-cert-qske/pretest.dat
new file mode 100755 (executable)
index 0000000..3d37a86
--- /dev/null
@@ -0,0 +1,11 @@
+moon::iptables-restore < /etc/iptables.rules
+carol::iptables-restore < /etc/iptables.rules
+dave::iptables-restore < /etc/iptables.rules
+moon::systemctl start strongswan
+carol::systemctl start strongswan
+dave::systemctl start strongswan
+moon::expect-connection rw
+carol::expect-connection home
+carol::swanctl --initiate --child home 2> /dev/null
+dave::expect-connection home
+dave::swanctl --initiate --child home 2> /dev/null
diff --git a/testing/tests/ikev2/rw-cert-qske/test.conf b/testing/tests/ikev2/rw-cert-qske/test.conf
new file mode 100755 (executable)
index 0000000..1227b9d
--- /dev/null
@@ -0,0 +1,25 @@
+#!/bin/bash
+#
+# This configuration file provides information on the
+# guest instances used for this test
+
+# All guest instances that are required for this test
+#
+VIRTHOSTS="alice moon carol winnetou dave"
+
+# Corresponding block diagram
+#
+DIAGRAM="a-m-c-w-d.png"
+
+# Guest instances on which tcpdump is to be started
+#
+TCPDUMPHOSTS="moon"
+
+# Guest instances on which IPsec is started
+# Used for IPsec logging purposes
+#
+IPSECHOSTS="moon carol dave"
+
+# charon controlled by swanctl
+#
+SWANCTL=1