From e5502cd2b5d96ca3b3dc890786d7711389b2811a Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 4 May 2012 12:15:30 +0200 Subject: [PATCH] updated af-alg scenarios to 5.0.0 --- .../af-alg-ikev1/alg-camellia/description.txt | 4 --- .../af-alg-ikev1/alg-camellia/evaltest.dat | 11 -------- .../alg-camellia/hosts/carol/etc/ipsec.conf | 25 ------------------- .../hosts/carol/etc/strongswan.conf | 11 -------- .../alg-camellia/hosts/moon/etc/ipsec.conf | 25 ------------------- .../hosts/moon/etc/strongswan.conf | 11 -------- .../af-alg-ikev1/alg-camellia/posttest.dat | 2 -- .../af-alg-ikev1/alg-camellia/pretest.dat | 5 ---- .../tests/af-alg-ikev1/alg-camellia/test.conf | 22 ---------------- .../tests/af-alg-ikev1/rw-cert/evaltest.dat | 10 -------- .../rw-cert/hosts/carol/etc/ipsec.conf | 25 ------------------- .../rw-cert/hosts/carol/etc/strongswan.conf | 15 ----------- .../rw-cert/hosts/dave/etc/ipsec.conf | 25 ------------------- .../rw-cert/hosts/dave/etc/strongswan.conf | 16 ------------ .../rw-cert/hosts/moon/etc/ipsec.conf | 24 ------------------ .../rw-cert/hosts/moon/etc/strongswan.conf | 15 ----------- .../af-alg-ikev2/alg-camellia/evaltest.dat | 11 -------- .../af-alg-ikev2/rw-cert/description.txt | 12 --------- .../tests/af-alg-ikev2/rw-cert/evaltest.dat | 10 -------- .../tests/af-alg-ikev2/rw-cert/posttest.dat | 6 ----- .../tests/af-alg-ikev2/rw-cert/pretest.dat | 9 ------- testing/tests/af-alg-ikev2/rw-cert/test.conf | 21 ---------------- .../alg-camellia/description.txt | 0 .../tests/af-alg/alg-camellia/evaltest.dat | 11 ++++++++ .../alg-camellia/hosts/carol/etc/ipsec.conf | 4 +-- .../hosts/carol/etc/strongswan.conf | 0 .../alg-camellia/hosts/moon/etc/ipsec.conf | 4 +-- .../hosts/moon/etc/strongswan.conf | 0 .../alg-camellia/posttest.dat | 0 .../alg-camellia/pretest.dat | 0 .../alg-camellia/test.conf | 0 .../rw-cert/description.txt | 0 testing/tests/af-alg/rw-cert/evaltest.dat | 15 +++++++++++ .../rw-cert/hosts/carol/etc/ipsec.conf | 3 +-- .../rw-cert/hosts/carol/etc/strongswan.conf | 0 .../rw-cert/hosts/dave/etc/ipsec.conf | 5 ++-- .../rw-cert/hosts/dave/etc/strongswan.conf | 0 .../rw-cert/hosts/moon/etc/ipsec.conf | 5 ++-- .../rw-cert/hosts/moon/etc/strongswan.conf | 0 .../rw-cert/posttest.dat | 0 .../rw-cert/pretest.dat | 0 .../rw-cert/test.conf | 0 42 files changed, 33 insertions(+), 329 deletions(-) delete mode 100644 testing/tests/af-alg-ikev1/alg-camellia/description.txt delete mode 100644 testing/tests/af-alg-ikev1/alg-camellia/evaltest.dat delete mode 100755 testing/tests/af-alg-ikev1/alg-camellia/hosts/carol/etc/ipsec.conf delete mode 100644 testing/tests/af-alg-ikev1/alg-camellia/hosts/carol/etc/strongswan.conf delete mode 100755 testing/tests/af-alg-ikev1/alg-camellia/hosts/moon/etc/ipsec.conf delete mode 100644 testing/tests/af-alg-ikev1/alg-camellia/hosts/moon/etc/strongswan.conf delete mode 100644 testing/tests/af-alg-ikev1/alg-camellia/posttest.dat delete mode 100644 testing/tests/af-alg-ikev1/alg-camellia/pretest.dat delete mode 100644 testing/tests/af-alg-ikev1/alg-camellia/test.conf delete mode 100644 testing/tests/af-alg-ikev1/rw-cert/evaltest.dat delete mode 100755 testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/ipsec.conf delete mode 100644 testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/strongswan.conf delete mode 100755 testing/tests/af-alg-ikev1/rw-cert/hosts/dave/etc/ipsec.conf delete mode 100644 testing/tests/af-alg-ikev1/rw-cert/hosts/dave/etc/strongswan.conf delete mode 100755 testing/tests/af-alg-ikev1/rw-cert/hosts/moon/etc/ipsec.conf delete mode 100644 testing/tests/af-alg-ikev1/rw-cert/hosts/moon/etc/strongswan.conf delete mode 100644 testing/tests/af-alg-ikev2/alg-camellia/evaltest.dat delete mode 100644 testing/tests/af-alg-ikev2/rw-cert/description.txt delete mode 100644 testing/tests/af-alg-ikev2/rw-cert/evaltest.dat delete mode 100644 testing/tests/af-alg-ikev2/rw-cert/posttest.dat delete mode 100644 testing/tests/af-alg-ikev2/rw-cert/pretest.dat delete mode 100644 testing/tests/af-alg-ikev2/rw-cert/test.conf rename testing/tests/{af-alg-ikev2 => af-alg}/alg-camellia/description.txt (100%) create mode 100644 testing/tests/af-alg/alg-camellia/evaltest.dat rename testing/tests/{af-alg-ikev2 => af-alg}/alg-camellia/hosts/carol/etc/ipsec.conf (84%) rename testing/tests/{af-alg-ikev2 => af-alg}/alg-camellia/hosts/carol/etc/strongswan.conf (100%) rename testing/tests/{af-alg-ikev2 => af-alg}/alg-camellia/hosts/moon/etc/ipsec.conf (82%) rename testing/tests/{af-alg-ikev2 => af-alg}/alg-camellia/hosts/moon/etc/strongswan.conf (100%) rename testing/tests/{af-alg-ikev2 => af-alg}/alg-camellia/posttest.dat (100%) rename testing/tests/{af-alg-ikev2 => af-alg}/alg-camellia/pretest.dat (100%) rename testing/tests/{af-alg-ikev2 => af-alg}/alg-camellia/test.conf (100%) rename testing/tests/{af-alg-ikev1 => af-alg}/rw-cert/description.txt (100%) create mode 100644 testing/tests/af-alg/rw-cert/evaltest.dat rename testing/tests/{af-alg-ikev2 => af-alg}/rw-cert/hosts/carol/etc/ipsec.conf (88%) rename testing/tests/{af-alg-ikev2 => af-alg}/rw-cert/hosts/carol/etc/strongswan.conf (100%) rename testing/tests/{af-alg-ikev2 => af-alg}/rw-cert/hosts/dave/etc/ipsec.conf (82%) rename testing/tests/{af-alg-ikev2 => af-alg}/rw-cert/hosts/dave/etc/strongswan.conf (100%) rename testing/tests/{af-alg-ikev2 => af-alg}/rw-cert/hosts/moon/etc/ipsec.conf (76%) rename testing/tests/{af-alg-ikev2 => af-alg}/rw-cert/hosts/moon/etc/strongswan.conf (100%) rename testing/tests/{af-alg-ikev1 => af-alg}/rw-cert/posttest.dat (100%) rename testing/tests/{af-alg-ikev1 => af-alg}/rw-cert/pretest.dat (100%) rename testing/tests/{af-alg-ikev1 => af-alg}/rw-cert/test.conf (100%) diff --git a/testing/tests/af-alg-ikev1/alg-camellia/description.txt b/testing/tests/af-alg-ikev1/alg-camellia/description.txt deleted file mode 100644 index a9633ee84..000000000 --- a/testing/tests/af-alg-ikev1/alg-camellia/description.txt +++ /dev/null @@ -1,4 +0,0 @@ -Roadwarrior carol proposes to gateway moon the cipher suite -CAMELLIA_CBC_128 / HMAC_SHA2_256 / MODP_2048 for the IKE protocol and -CAMELLIA_CBC_128 / HMAC_SHA2_256_128 for ESP packets. A ping from carol to -alice successfully checks the established tunnel. diff --git a/testing/tests/af-alg-ikev1/alg-camellia/evaltest.dat b/testing/tests/af-alg-ikev1/alg-camellia/evaltest.dat deleted file mode 100644 index 93f82906e..000000000 --- a/testing/tests/af-alg-ikev1/alg-camellia/evaltest.dat +++ /dev/null @@ -1,11 +0,0 @@ -carol::ipsec status::home.*STATE_QUICK_I2.*IPsec SA established::YES -moon::ipsec status::rw.*STATE_QUICK_R2.*IPsec SA established::YES -carol::ipsec statusall::IKE proposal: CAMELLIA_CBC_128/HMAC_SHA2_256/MODP_2048::YES -moon::ipsec statusall::IKE proposal: CAMELLIA_CBC_128/HMAC_SHA2_256/MODP_2048::YES -carol::ping -c 1 -s 120 -p deadbeef PH_IP_ALICE::128 bytes from PH_IP_ALICE: icmp_seq=1::YES -carol::ipsec statusall::ESP proposal: CAMELLIA_CBC_128/HMAC_SHA2_256::YES -moon::ipsec statusall::ESP proposal: CAMELLIA_CBC_128/HMAC_SHA2_256::YES -carol::ip xfrm state::enc cbc(camellia)::YES -moon::ip xfrm state::enc cbc(camellia)::YES -moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP.*length 200::YES -moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP.*length 200::YES diff --git a/testing/tests/af-alg-ikev1/alg-camellia/hosts/carol/etc/ipsec.conf b/testing/tests/af-alg-ikev1/alg-camellia/hosts/carol/etc/ipsec.conf deleted file mode 100755 index cf51269a5..000000000 --- a/testing/tests/af-alg-ikev1/alg-camellia/hosts/carol/etc/ipsec.conf +++ /dev/null @@ -1,25 +0,0 @@ -# /etc/ipsec.conf - strongSwan IPsec configuration file - -config setup - plutodebug="control crypt" - crlcheckinterval=180 - strictcrlpolicy=no - charonstart=no - -conn %default - ikelifetime=60m - keylife=20m - rekeymargin=3m - keyingtries=1 - keyexchange=ikev1 - ike=camellia128-sha256-modp2048! - esp=camellia128-sha256! - -conn home - left=PH_IP_CAROL - leftcert=carolCert.pem - leftid=carol@strongswan.org - right=PH_IP_MOON - rightsubnet=10.1.0.0/16 - rightid=@moon.strongswan.org - auto=add diff --git a/testing/tests/af-alg-ikev1/alg-camellia/hosts/carol/etc/strongswan.conf b/testing/tests/af-alg-ikev1/alg-camellia/hosts/carol/etc/strongswan.conf deleted file mode 100644 index 04c2358ed..000000000 --- a/testing/tests/af-alg-ikev1/alg-camellia/hosts/carol/etc/strongswan.conf +++ /dev/null @@ -1,11 +0,0 @@ -# /etc/strongswan.conf - strongSwan configuration file - -pluto { - load = pem pkcs1 x509 af-alg gmp random curl kernel-netlink -} - -# pluto uses optimized DH exponent sizes (RFC 3526) - -libstrongswan { - dh_exponent_ansi_x9_42 = no -} diff --git a/testing/tests/af-alg-ikev1/alg-camellia/hosts/moon/etc/ipsec.conf b/testing/tests/af-alg-ikev1/alg-camellia/hosts/moon/etc/ipsec.conf deleted file mode 100755 index 5571dc086..000000000 --- a/testing/tests/af-alg-ikev1/alg-camellia/hosts/moon/etc/ipsec.conf +++ /dev/null @@ -1,25 +0,0 @@ -# /etc/ipsec.conf - strongSwan IPsec configuration file - -config setup - plutodebug="control crypt" - crlcheckinterval=180 - strictcrlpolicy=no - charonstart=no - -conn %default - ikelifetime=60m - keylife=20m - rekeymargin=3m - keyingtries=1 - keyexchange=ikev1 - ike=camellia128-sha256-modp2048! - esp=camellia128-sha256! - -conn rw - left=PH_IP_MOON - leftcert=moonCert.pem - leftid=@moon.strongswan.org - leftsubnet=10.1.0.0/16 - right=%any - rightid=carol@strongswan.org - auto=add diff --git a/testing/tests/af-alg-ikev1/alg-camellia/hosts/moon/etc/strongswan.conf b/testing/tests/af-alg-ikev1/alg-camellia/hosts/moon/etc/strongswan.conf deleted file mode 100644 index 04c2358ed..000000000 --- a/testing/tests/af-alg-ikev1/alg-camellia/hosts/moon/etc/strongswan.conf +++ /dev/null @@ -1,11 +0,0 @@ -# /etc/strongswan.conf - strongSwan configuration file - -pluto { - load = pem pkcs1 x509 af-alg gmp random curl kernel-netlink -} - -# pluto uses optimized DH exponent sizes (RFC 3526) - -libstrongswan { - dh_exponent_ansi_x9_42 = no -} diff --git a/testing/tests/af-alg-ikev1/alg-camellia/posttest.dat b/testing/tests/af-alg-ikev1/alg-camellia/posttest.dat deleted file mode 100644 index c6d6235f9..000000000 --- a/testing/tests/af-alg-ikev1/alg-camellia/posttest.dat +++ /dev/null @@ -1,2 +0,0 @@ -moon::ipsec stop -carol::ipsec stop diff --git a/testing/tests/af-alg-ikev1/alg-camellia/pretest.dat b/testing/tests/af-alg-ikev1/alg-camellia/pretest.dat deleted file mode 100644 index 6d2eeb5f9..000000000 --- a/testing/tests/af-alg-ikev1/alg-camellia/pretest.dat +++ /dev/null @@ -1,5 +0,0 @@ -moon::echo 1 > /proc/sys/net/ipv4/ip_forward -carol::ipsec start -moon::ipsec start -carol::sleep 2 -carol::ipsec up home diff --git a/testing/tests/af-alg-ikev1/alg-camellia/test.conf b/testing/tests/af-alg-ikev1/alg-camellia/test.conf deleted file mode 100644 index 6abbb89a9..000000000 --- a/testing/tests/af-alg-ikev1/alg-camellia/test.conf +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -# -# This configuration file provides information on the -# UML instances used for this test - -# All UML instances that are required for this test -# -UMLHOSTS="alice moon carol winnetou" - -# Corresponding block diagram -# -DIAGRAM="a-m-c-w.png" - -# UML instances on which tcpdump is to be started -# -TCPDUMPHOSTS="moon" - -# UML instances on which IPsec is started -# Used for IPsec logging purposes -# -IPSECHOSTS="moon carol" - diff --git a/testing/tests/af-alg-ikev1/rw-cert/evaltest.dat b/testing/tests/af-alg-ikev1/rw-cert/evaltest.dat deleted file mode 100644 index 1a9b9159f..000000000 --- a/testing/tests/af-alg-ikev1/rw-cert/evaltest.dat +++ /dev/null @@ -1,10 +0,0 @@ -moon::ipsec statusall::IPsec SA established::YES -carol::ipsec statusall::IPsec SA established::YES -dave::ipsec statusall::IPsec SA established::YES -carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES -dave::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES -moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP::YES -moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP::YES -moon::tcpdump::IP dave.strongswan.org > moon.strongswan.org: ESP::YES -moon::tcpdump::IP moon.strongswan.org > dave.strongswan.org: ESP::YES - diff --git a/testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/ipsec.conf b/testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/ipsec.conf deleted file mode 100755 index 80dae3719..000000000 --- a/testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/ipsec.conf +++ /dev/null @@ -1,25 +0,0 @@ -# /etc/ipsec.conf - strongSwan IPsec configuration file - -config setup - crlcheckinterval=180 - strictcrlpolicy=no - charonstart=no - plutodebug=control - -conn %default - ikelifetime=60m - keylife=20m - rekeymargin=3m - keyingtries=1 - keyexchange=ikev1 - ike=3des-sha1-modp1536! - -conn home - left=PH_IP_CAROL - leftcert=carolCert.pem - leftid=carol@strongswan.org - leftfirewall=yes - right=PH_IP_MOON - rightid=@moon.strongswan.org - rightsubnet=10.1.0.0/16 - auto=add diff --git a/testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/strongswan.conf b/testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/strongswan.conf deleted file mode 100644 index fd687c13a..000000000 --- a/testing/tests/af-alg-ikev1/rw-cert/hosts/carol/etc/strongswan.conf +++ /dev/null @@ -1,15 +0,0 @@ -# /etc/strongswan.conf - strongSwan configuration file - -pluto { - load = test-vectors pem pkcs1 x509 af-alg gmp random curl kernel-netlink -} - -# pluto uses optimized DH exponent sizes (RFC 3526) - -libstrongswan { - dh_exponent_ansi_x9_42 = no - integrity_test = yes - crypto_test { - on_add = yes - } -} diff --git a/testing/tests/af-alg-ikev1/rw-cert/hosts/dave/etc/ipsec.conf b/testing/tests/af-alg-ikev1/rw-cert/hosts/dave/etc/ipsec.conf deleted file mode 100755 index 73167caad..000000000 --- a/testing/tests/af-alg-ikev1/rw-cert/hosts/dave/etc/ipsec.conf +++ /dev/null @@ -1,25 +0,0 @@ -# /etc/ipsec.conf - strongSwan IPsec configuration file - -config setup - crlcheckinterval=180 - strictcrlpolicy=no - charonstart=no - plutodebug=control - -conn %default - ikelifetime=60m - keylife=20m - rekeymargin=3m - keyingtries=1 - keyexchange=ikev1 - ike=aes256-sha256-modp2048! - -conn home - left=PH_IP_DAVE - leftcert=daveCert.pem - leftid=dave@strongswan.org - leftfirewall=yes - right=PH_IP_MOON - rightid=@moon.strongswan.org - rightsubnet=10.1.0.0/16 - auto=add diff --git a/testing/tests/af-alg-ikev1/rw-cert/hosts/dave/etc/strongswan.conf b/testing/tests/af-alg-ikev1/rw-cert/hosts/dave/etc/strongswan.conf deleted file mode 100644 index 5cc54b24f..000000000 --- a/testing/tests/af-alg-ikev1/rw-cert/hosts/dave/etc/strongswan.conf +++ /dev/null @@ -1,16 +0,0 @@ -# /etc/strongswan.conf - strongSwan configuration file - -pluto { - load = test-vectors aes des sha1 sha2 md5 pem pkcs1 x509 gmp random hmac curl kernel-netlink -} - -# pluto uses optimized DH exponent sizes (RFC 3526) - -libstrongswan { - dh_exponent_ansi_x9_42 = no - integrity_test = yes - crypto_test { - required = yes - on_add = yes - } -} diff --git a/testing/tests/af-alg-ikev1/rw-cert/hosts/moon/etc/ipsec.conf b/testing/tests/af-alg-ikev1/rw-cert/hosts/moon/etc/ipsec.conf deleted file mode 100755 index f365b07da..000000000 --- a/testing/tests/af-alg-ikev1/rw-cert/hosts/moon/etc/ipsec.conf +++ /dev/null @@ -1,24 +0,0 @@ -# /etc/ipsec.conf - strongSwan IPsec configuration file - -config setup - crlcheckinterval=180 - strictcrlpolicy=no - charonstart=no - plutodebug=control - -conn %default - ikelifetime=60m - keylife=20m - rekeymargin=3m - keyingtries=1 - keyexchange=ikev1 - ike=aes256-sha256-modp2048,3des-sha1-modp1536! - -conn rw - left=PH_IP_MOON - leftcert=moonCert.pem - leftid=@moon.strongswan.org - leftsubnet=10.1.0.0/16 - leftfirewall=yes - right=%any - auto=add diff --git a/testing/tests/af-alg-ikev1/rw-cert/hosts/moon/etc/strongswan.conf b/testing/tests/af-alg-ikev1/rw-cert/hosts/moon/etc/strongswan.conf deleted file mode 100644 index fd687c13a..000000000 --- a/testing/tests/af-alg-ikev1/rw-cert/hosts/moon/etc/strongswan.conf +++ /dev/null @@ -1,15 +0,0 @@ -# /etc/strongswan.conf - strongSwan configuration file - -pluto { - load = test-vectors pem pkcs1 x509 af-alg gmp random curl kernel-netlink -} - -# pluto uses optimized DH exponent sizes (RFC 3526) - -libstrongswan { - dh_exponent_ansi_x9_42 = no - integrity_test = yes - crypto_test { - on_add = yes - } -} diff --git a/testing/tests/af-alg-ikev2/alg-camellia/evaltest.dat b/testing/tests/af-alg-ikev2/alg-camellia/evaltest.dat deleted file mode 100644 index d77c4806e..000000000 --- a/testing/tests/af-alg-ikev2/alg-camellia/evaltest.dat +++ /dev/null @@ -1,11 +0,0 @@ -moon::ipsec statusall::rw.*INSTALLED::YES -carol::ipsec statusall::home.*INSTALLED::YES -moon::ipsec statusall::IKE proposal: CAMELLIA_CBC_256/HMAC_SHA2_512_256/PRF_HMAC_SHA2_512/MODP_2048::YES -carol::ipsec statusall::IKE proposal: CAMELLIA_CBC_256/HMAC_SHA2_512_256/PRF_HMAC_SHA2_512/MODP_2048::YES -carol::ping -c 1 -s 120 -p deadbeef PH_IP_ALICE::128 bytes from PH_IP_ALICE: icmp_seq=1::YES -moon::ipsec statusall::CAMELLIA_CBC_192/HMAC_SHA1_96::YES -carol::ipsec statusall::CAMELLIA_CBC_192/HMAC_SHA1_96::YES -moon::ip xfrm state::enc cbc(camellia)::YES -carol::ip xfrm state::enc cbc(camellia)::YES -moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP.*length 196::YES -moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP.*length 196::YES diff --git a/testing/tests/af-alg-ikev2/rw-cert/description.txt b/testing/tests/af-alg-ikev2/rw-cert/description.txt deleted file mode 100644 index d0c5e9200..000000000 --- a/testing/tests/af-alg-ikev2/rw-cert/description.txt +++ /dev/null @@ -1,12 +0,0 @@ -The roadwarrior carol and the gateway moon use the Crypto API -of the Linux kernel via the af_alg userland interface for all symmetric -encryption and hash functions whereas roadwarrior dave uses the default -strongSwan cryptographical plugins aes des sha1 sha2 md5 gmp. -

-The roadwarriors carol and dave set up a connection each -to gateway moon. The authentication is based on X.509 certificates. -Upon the successful establishment of the IPsec tunnels, leftfirewall=yes -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/af-alg-ikev2/rw-cert/evaltest.dat b/testing/tests/af-alg-ikev2/rw-cert/evaltest.dat deleted file mode 100644 index 06a0f8cda..000000000 --- a/testing/tests/af-alg-ikev2/rw-cert/evaltest.dat +++ /dev/null @@ -1,10 +0,0 @@ -moon::ipsec statusall::rw.*ESTABLISHED::YES -carol::ipsec statusall::home.*ESTABLISHED::YES -dave::ipsec statusall::home.*ESTABLISHED::YES -carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES -dave::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES -moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP::YES -moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP::YES -moon::tcpdump::IP dave.strongswan.org > moon.strongswan.org: ESP::YES -moon::tcpdump::IP moon.strongswan.org > dave.strongswan.org: ESP::YES - diff --git a/testing/tests/af-alg-ikev2/rw-cert/posttest.dat b/testing/tests/af-alg-ikev2/rw-cert/posttest.dat deleted file mode 100644 index 7cebd7f25..000000000 --- a/testing/tests/af-alg-ikev2/rw-cert/posttest.dat +++ /dev/null @@ -1,6 +0,0 @@ -moon::ipsec stop -carol::ipsec stop -dave::ipsec stop -moon::/etc/init.d/iptables stop 2> /dev/null -carol::/etc/init.d/iptables stop 2> /dev/null -dave::/etc/init.d/iptables stop 2> /dev/null diff --git a/testing/tests/af-alg-ikev2/rw-cert/pretest.dat b/testing/tests/af-alg-ikev2/rw-cert/pretest.dat deleted file mode 100644 index 42e9d7c24..000000000 --- a/testing/tests/af-alg-ikev2/rw-cert/pretest.dat +++ /dev/null @@ -1,9 +0,0 @@ -moon::/etc/init.d/iptables start 2> /dev/null -carol::/etc/init.d/iptables start 2> /dev/null -dave::/etc/init.d/iptables start 2> /dev/null -moon::ipsec start -carol::ipsec start -dave::ipsec start -carol::sleep 1 -carol::ipsec up home -dave::ipsec up home diff --git a/testing/tests/af-alg-ikev2/rw-cert/test.conf b/testing/tests/af-alg-ikev2/rw-cert/test.conf deleted file mode 100644 index 70416826e..000000000 --- a/testing/tests/af-alg-ikev2/rw-cert/test.conf +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -# -# This configuration file provides information on the -# UML instances used for this test - -# All UML instances that are required for this test -# -UMLHOSTS="alice moon carol winnetou dave" - -# Corresponding block diagram -# -DIAGRAM="a-m-c-w-d.png" - -# UML instances on which tcpdump is to be started -# -TCPDUMPHOSTS="moon" - -# UML instances on which IPsec is started -# Used for IPsec logging purposes -# -IPSECHOSTS="moon carol dave" diff --git a/testing/tests/af-alg-ikev2/alg-camellia/description.txt b/testing/tests/af-alg/alg-camellia/description.txt similarity index 100% rename from testing/tests/af-alg-ikev2/alg-camellia/description.txt rename to testing/tests/af-alg/alg-camellia/description.txt diff --git a/testing/tests/af-alg/alg-camellia/evaltest.dat b/testing/tests/af-alg/alg-camellia/evaltest.dat new file mode 100644 index 000000000..0e2be3ca2 --- /dev/null +++ b/testing/tests/af-alg/alg-camellia/evaltest.dat @@ -0,0 +1,11 @@ +carol::ipsec status 2> /dev/null::home.*ESTABLISHED.*carol@strongswan.org.*moon.strongswan.org::YES +moon:: ipsec status 2> /dev/null::rw.*ESTABLISHED.*moon.strongswan.org.*carol@strongswan.org::YES +moon:: ipsec statusall 2> /dev/null::IKE proposal: CAMELLIA_CBC_256/HMAC_SHA2_512_256/PRF_HMAC_SHA2_512/MODP_2048::YES +carol::ipsec statusall 2> /dev/null::IKE proposal: CAMELLIA_CBC_256/HMAC_SHA2_512_256/PRF_HMAC_SHA2_512/MODP_2048::YES +carol::ping -c 1 -s 120 -p deadbeef PH_IP_ALICE::128 bytes from PH_IP_ALICE: icmp_seq=1::YES +moon:: ipsec statusall::CAMELLIA_CBC_192/HMAC_SHA2_384_192::YES +carol::ipsec statusall::CAMELLIA_CBC_192/HMAC_SHA2_384_192::YES +moon:: ip xfrm state::enc cbc(camellia)::YES +carol::ip xfrm state::enc cbc(camellia)::YES +moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP.*length 208::YES +moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP.*length 208::YES diff --git a/testing/tests/af-alg-ikev2/alg-camellia/hosts/carol/etc/ipsec.conf b/testing/tests/af-alg/alg-camellia/hosts/carol/etc/ipsec.conf similarity index 84% rename from testing/tests/af-alg-ikev2/alg-camellia/hosts/carol/etc/ipsec.conf rename to testing/tests/af-alg/alg-camellia/hosts/carol/etc/ipsec.conf index 37f8a7ecf..edc128576 100755 --- a/testing/tests/af-alg-ikev2/alg-camellia/hosts/carol/etc/ipsec.conf +++ b/testing/tests/af-alg/alg-camellia/hosts/carol/etc/ipsec.conf @@ -1,8 +1,6 @@ # /etc/ipsec.conf - strongSwan IPsec configuration file config setup - crlcheckinterval=180 - strictcrlpolicy=yes plutostart=no conn %default @@ -12,7 +10,7 @@ conn %default keyingtries=1 keyexchange=ikev2 ike=camellia256-sha512-modp2048! - esp=camellia192-sha1! + esp=camellia192-sha384! conn home left=PH_IP_CAROL diff --git a/testing/tests/af-alg-ikev2/alg-camellia/hosts/carol/etc/strongswan.conf b/testing/tests/af-alg/alg-camellia/hosts/carol/etc/strongswan.conf similarity index 100% rename from testing/tests/af-alg-ikev2/alg-camellia/hosts/carol/etc/strongswan.conf rename to testing/tests/af-alg/alg-camellia/hosts/carol/etc/strongswan.conf diff --git a/testing/tests/af-alg-ikev2/alg-camellia/hosts/moon/etc/ipsec.conf b/testing/tests/af-alg/alg-camellia/hosts/moon/etc/ipsec.conf similarity index 82% rename from testing/tests/af-alg-ikev2/alg-camellia/hosts/moon/etc/ipsec.conf rename to testing/tests/af-alg/alg-camellia/hosts/moon/etc/ipsec.conf index f8d7e3fe9..e539c350a 100755 --- a/testing/tests/af-alg-ikev2/alg-camellia/hosts/moon/etc/ipsec.conf +++ b/testing/tests/af-alg/alg-camellia/hosts/moon/etc/ipsec.conf @@ -1,8 +1,6 @@ # /etc/ipsec.conf - strongSwan IPsec configuration file config setup - crlcheckinterval=180 - strictcrlpolicy=yes plutostart=no conn %default @@ -12,7 +10,7 @@ conn %default keyingtries=1 keyexchange=ikev2 ike=camellia256-sha512-modp2048! - esp=camellia192-sha1! + esp=camellia192-sha384! conn rw left=PH_IP_MOON diff --git a/testing/tests/af-alg-ikev2/alg-camellia/hosts/moon/etc/strongswan.conf b/testing/tests/af-alg/alg-camellia/hosts/moon/etc/strongswan.conf similarity index 100% rename from testing/tests/af-alg-ikev2/alg-camellia/hosts/moon/etc/strongswan.conf rename to testing/tests/af-alg/alg-camellia/hosts/moon/etc/strongswan.conf diff --git a/testing/tests/af-alg-ikev2/alg-camellia/posttest.dat b/testing/tests/af-alg/alg-camellia/posttest.dat similarity index 100% rename from testing/tests/af-alg-ikev2/alg-camellia/posttest.dat rename to testing/tests/af-alg/alg-camellia/posttest.dat diff --git a/testing/tests/af-alg-ikev2/alg-camellia/pretest.dat b/testing/tests/af-alg/alg-camellia/pretest.dat similarity index 100% rename from testing/tests/af-alg-ikev2/alg-camellia/pretest.dat rename to testing/tests/af-alg/alg-camellia/pretest.dat diff --git a/testing/tests/af-alg-ikev2/alg-camellia/test.conf b/testing/tests/af-alg/alg-camellia/test.conf similarity index 100% rename from testing/tests/af-alg-ikev2/alg-camellia/test.conf rename to testing/tests/af-alg/alg-camellia/test.conf diff --git a/testing/tests/af-alg-ikev1/rw-cert/description.txt b/testing/tests/af-alg/rw-cert/description.txt similarity index 100% rename from testing/tests/af-alg-ikev1/rw-cert/description.txt rename to testing/tests/af-alg/rw-cert/description.txt diff --git a/testing/tests/af-alg/rw-cert/evaltest.dat b/testing/tests/af-alg/rw-cert/evaltest.dat new file mode 100644 index 000000000..f8cfb111b --- /dev/null +++ b/testing/tests/af-alg/rw-cert/evaltest.dat @@ -0,0 +1,15 @@ +carol::ipsec status 2> /dev/null::home.*ESTABLISHED.*carol@strongswan.org.*moon.strongswan.org::YES +dave:: ipsec status 2> /dev/null::home.*ESTABLISHED.*dave@strongswan.org.*moon.strongswan.org::YES +moon:: ipsec status 2> /dev/null::rw\[1]: ESTABLISHED.*moon.strongswan.org.*carol@strongswan.org::YES +moon:: ipsec status 2> /dev/null::rw\[2]: ESTABLISHED.*moon.strongswan.org.*dave@strongswan.org::YES +carol::ipsec status 2> /dev/null::home.*INSTALLED, TUNNEL::YES +dave:: ipsec status 2> /dev/null::home.*INSTALLED, TUNNEL::YES +moon:: ipsec status 2> /dev/null::rw[{]1}.*INSTALLED, TUNNEL::YES +moon:: ipsec status 2> /dev/null::rw[{]2}.*INSTALLED, TUNNEL::YES +carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES +dave:: ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES +moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP::YES +moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP::YES +moon::tcpdump::IP dave.strongswan.org > moon.strongswan.org: ESP::YES +moon::tcpdump::IP moon.strongswan.org > dave.strongswan.org: ESP::YES + diff --git a/testing/tests/af-alg-ikev2/rw-cert/hosts/carol/etc/ipsec.conf b/testing/tests/af-alg/rw-cert/hosts/carol/etc/ipsec.conf similarity index 88% rename from testing/tests/af-alg-ikev2/rw-cert/hosts/carol/etc/ipsec.conf rename to testing/tests/af-alg/rw-cert/hosts/carol/etc/ipsec.conf index 4a8baa3ae..6a61b7380 100755 --- a/testing/tests/af-alg-ikev2/rw-cert/hosts/carol/etc/ipsec.conf +++ b/testing/tests/af-alg/rw-cert/hosts/carol/etc/ipsec.conf @@ -1,8 +1,6 @@ # /etc/ipsec.conf - strongSwan IPsec configuration file config setup - crlcheckinterval=180 - strictcrlpolicy=no plutostart=no conn %default @@ -12,6 +10,7 @@ conn %default keyingtries=1 keyexchange=ikev2 ike=3des-sha1-modp1536! + esp=3des-sha1! conn home left=PH_IP_CAROL diff --git a/testing/tests/af-alg-ikev2/rw-cert/hosts/carol/etc/strongswan.conf b/testing/tests/af-alg/rw-cert/hosts/carol/etc/strongswan.conf similarity index 100% rename from testing/tests/af-alg-ikev2/rw-cert/hosts/carol/etc/strongswan.conf rename to testing/tests/af-alg/rw-cert/hosts/carol/etc/strongswan.conf diff --git a/testing/tests/af-alg-ikev2/rw-cert/hosts/dave/etc/ipsec.conf b/testing/tests/af-alg/rw-cert/hosts/dave/etc/ipsec.conf similarity index 82% rename from testing/tests/af-alg-ikev2/rw-cert/hosts/dave/etc/ipsec.conf rename to testing/tests/af-alg/rw-cert/hosts/dave/etc/ipsec.conf index 42f03aab3..0981a89f6 100755 --- a/testing/tests/af-alg-ikev2/rw-cert/hosts/dave/etc/ipsec.conf +++ b/testing/tests/af-alg/rw-cert/hosts/dave/etc/ipsec.conf @@ -1,8 +1,6 @@ # /etc/ipsec.conf - strongSwan IPsec configuration file config setup - crlcheckinterval=180 - strictcrlpolicy=no plutostart=no conn %default @@ -11,7 +9,8 @@ conn %default rekeymargin=3m keyingtries=1 keyexchange=ikev2 - ike=aes256-sha256-modp2048! + ike=aes128-sha256-modp2048! + esp=aes128-sha256! conn home left=PH_IP_DAVE diff --git a/testing/tests/af-alg-ikev2/rw-cert/hosts/dave/etc/strongswan.conf b/testing/tests/af-alg/rw-cert/hosts/dave/etc/strongswan.conf similarity index 100% rename from testing/tests/af-alg-ikev2/rw-cert/hosts/dave/etc/strongswan.conf rename to testing/tests/af-alg/rw-cert/hosts/dave/etc/strongswan.conf diff --git a/testing/tests/af-alg-ikev2/rw-cert/hosts/moon/etc/ipsec.conf b/testing/tests/af-alg/rw-cert/hosts/moon/etc/ipsec.conf similarity index 76% rename from testing/tests/af-alg-ikev2/rw-cert/hosts/moon/etc/ipsec.conf rename to testing/tests/af-alg/rw-cert/hosts/moon/etc/ipsec.conf index 2e84f2e6a..a30e93fce 100755 --- a/testing/tests/af-alg-ikev2/rw-cert/hosts/moon/etc/ipsec.conf +++ b/testing/tests/af-alg/rw-cert/hosts/moon/etc/ipsec.conf @@ -1,8 +1,6 @@ # /etc/ipsec.conf - strongSwan IPsec configuration file config setup - crlcheckinterval=180 - strictcrlpolicy=no plutostart=no conn %default @@ -11,7 +9,8 @@ conn %default rekeymargin=3m keyingtries=1 keyexchange=ikev2 - ike=aes256-sha256-modp2048,3des-sha1-modp1536! + ike=aes128-sha256-modp2048,3des-sha1-modp1536! + esp=aes128-sha256,3des-sha1! conn rw left=PH_IP_MOON diff --git a/testing/tests/af-alg-ikev2/rw-cert/hosts/moon/etc/strongswan.conf b/testing/tests/af-alg/rw-cert/hosts/moon/etc/strongswan.conf similarity index 100% rename from testing/tests/af-alg-ikev2/rw-cert/hosts/moon/etc/strongswan.conf rename to testing/tests/af-alg/rw-cert/hosts/moon/etc/strongswan.conf diff --git a/testing/tests/af-alg-ikev1/rw-cert/posttest.dat b/testing/tests/af-alg/rw-cert/posttest.dat similarity index 100% rename from testing/tests/af-alg-ikev1/rw-cert/posttest.dat rename to testing/tests/af-alg/rw-cert/posttest.dat diff --git a/testing/tests/af-alg-ikev1/rw-cert/pretest.dat b/testing/tests/af-alg/rw-cert/pretest.dat similarity index 100% rename from testing/tests/af-alg-ikev1/rw-cert/pretest.dat rename to testing/tests/af-alg/rw-cert/pretest.dat diff --git a/testing/tests/af-alg-ikev1/rw-cert/test.conf b/testing/tests/af-alg/rw-cert/test.conf similarity index 100% rename from testing/tests/af-alg-ikev1/rw-cert/test.conf rename to testing/tests/af-alg/rw-cert/test.conf