From c20b43906a9da6db42965b8382c3eeb9e28173fd Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 19 Nov 2019 23:01:26 +0100 Subject: [PATCH] testing: Added ikev2/rw-cert-qske scenario --- testing/scripts/recipes/013_strongswan.mk | 1 + .../tests/ikev2/rw-cert-qske/description.txt | 10 ++++++ testing/tests/ikev2/rw-cert-qske/evaltest.dat | 10 ++++++ .../hosts/carol/etc/strongswan.conf | 13 +++++++ .../hosts/carol/etc/swanctl/swanctl.conf | 35 +++++++++++++++++++ .../hosts/dave/etc/strongswan.conf | 13 +++++++ .../hosts/dave/etc/swanctl/swanctl.conf | 27 ++++++++++++++ .../hosts/moon/etc/strongswan.conf | 18 ++++++++++ .../hosts/moon/etc/swanctl/swanctl.conf | 25 +++++++++++++ testing/tests/ikev2/rw-cert-qske/posttest.dat | 8 +++++ testing/tests/ikev2/rw-cert-qske/pretest.dat | 11 ++++++ testing/tests/ikev2/rw-cert-qske/test.conf | 25 +++++++++++++ 12 files changed, 196 insertions(+) create mode 100755 testing/tests/ikev2/rw-cert-qske/description.txt create mode 100755 testing/tests/ikev2/rw-cert-qske/evaltest.dat create mode 100755 testing/tests/ikev2/rw-cert-qske/hosts/carol/etc/strongswan.conf create mode 100755 testing/tests/ikev2/rw-cert-qske/hosts/carol/etc/swanctl/swanctl.conf create mode 100755 testing/tests/ikev2/rw-cert-qske/hosts/dave/etc/strongswan.conf create mode 100755 testing/tests/ikev2/rw-cert-qske/hosts/dave/etc/swanctl/swanctl.conf create mode 100755 testing/tests/ikev2/rw-cert-qske/hosts/moon/etc/strongswan.conf create mode 100755 testing/tests/ikev2/rw-cert-qske/hosts/moon/etc/swanctl/swanctl.conf create mode 100755 testing/tests/ikev2/rw-cert-qske/posttest.dat create mode 100755 testing/tests/ikev2/rw-cert-qske/pretest.dat create mode 100755 testing/tests/ikev2/rw-cert-qske/test.conf diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index c318ac8c9a..bbb41ca33a 100644 --- a/testing/scripts/recipes/013_strongswan.mk +++ b/testing/scripts/recipes/013_strongswan.mk @@ -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 index 0000000000..a5e5d9df9a --- /dev/null +++ b/testing/tests/ikev2/rw-cert-qske/description.txt @@ -0,0 +1,10 @@ +The roadwarriors carol and dave set up a connection each +to gateway moon. The authentication is based on X.509 certificates. +carol proposes CURVE_25519 for the key exchange and KE_FRODO_SHAKE_L5 for +the additional key exchange whereas dave proposes MODP_3072 and KE_FRODO_AES_L3, +respectively. +

+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 carol and dave ping +the client alice behind the gateway moon. diff --git a/testing/tests/ikev2/rw-cert-qske/evaltest.dat b/testing/tests/ikev2/rw-cert-qske/evaltest.dat new file mode 100755 index 0000000000..c77ab19181 --- /dev/null +++ b/testing/tests/ikev2/rw-cert-qske/evaltest.dat @@ -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 index 0000000000..325beff7e9 --- /dev/null +++ b/testing/tests/ikev2/rw-cert-qske/hosts/carol/etc/strongswan.conf @@ -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 index 0000000000..680382b68c --- /dev/null +++ b/testing/tests/ikev2/rw-cert-qske/hosts/carol/etc/swanctl/swanctl.conf @@ -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 index 0000000000..325beff7e9 --- /dev/null +++ b/testing/tests/ikev2/rw-cert-qske/hosts/dave/etc/strongswan.conf @@ -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 index 0000000000..6040966856 --- /dev/null +++ b/testing/tests/ikev2/rw-cert-qske/hosts/dave/etc/swanctl/swanctl.conf @@ -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 index 0000000000..5f5d28b800 --- /dev/null +++ b/testing/tests/ikev2/rw-cert-qske/hosts/moon/etc/strongswan.conf @@ -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 index 0000000000..a38fb2f6ff --- /dev/null +++ b/testing/tests/ikev2/rw-cert-qske/hosts/moon/etc/swanctl/swanctl.conf @@ -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 index 0000000000..eb21008563 --- /dev/null +++ b/testing/tests/ikev2/rw-cert-qske/posttest.dat @@ -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 index 0000000000..3d37a86e52 --- /dev/null +++ b/testing/tests/ikev2/rw-cert-qske/pretest.dat @@ -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 index 0000000000..1227b9d1c0 --- /dev/null +++ b/testing/tests/ikev2/rw-cert-qske/test.conf @@ -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 -- 2.47.2