diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-06-22 11:26:37 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-06-22 11:26:37 +0000 |
commit | 11f7d0f9facc355ba5cf0db4b30a5d897317446b (patch) | |
tree | 4390fcaf580e71160899e047edc88a9563227f97 /testing/tests | |
parent | bc997f6583d61abff3b4db1e592fc60b8afc9110 (diff) | |
download | strongswan-11f7d0f9facc355ba5cf0db4b30a5d897317446b.tar.bz2 strongswan-11f7d0f9facc355ba5cf0db4b30a5d897317446b.tar.xz |
check for selected IKE proposal
Diffstat (limited to 'testing/tests')
-rw-r--r-- | testing/tests/ikev2/alg-aes-xcbc/evaltest.dat | 6 | ||||
-rw-r--r-- | testing/tests/openssl/ike-alg-ecp-high/evaltest.dat | 2 | ||||
-rw-r--r-- | testing/tests/openssl/ike-alg-ecp-low/evaltest.dat | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/testing/tests/ikev2/alg-aes-xcbc/evaltest.dat b/testing/tests/ikev2/alg-aes-xcbc/evaltest.dat index 1305e80a9..853746cd4 100644 --- a/testing/tests/ikev2/alg-aes-xcbc/evaltest.dat +++ b/testing/tests/ikev2/alg-aes-xcbc/evaltest.dat @@ -1,7 +1,9 @@ moon::ipsec statusall::rw.*INSTALLED::YES carol::ipsec statusall::home.*INSTALLED::YES -moon::ipsec statusall::AES_CBC-256/AES_XCBC_96::YES -carol::ipsec statusall::AES_CBC-256/AES_XCBC_96::YES +moon::ipsec statusall::rw.*IKE proposal.*AES_CBC-256/AES_XCBC_96/PRF_AES128_CBC/MODP_2048_BIT::YES +carol::ipsec statusall::home.*IKE proposal.*AES_CBC-256/AES_XCBC_96/PRF_AES128_CBC/MODP_2048_BIT::YES +moon::ipsec statusall::rw.*AES_CBC-256/AES_XCBC_96,::YES +carol::ipsec statusall::home.*AES_CBC-256/AES_XCBC_96,::YES moon::ip xfrm state::auth xcbc(aes)::YES carol::ip xfrm state::auth xcbc(aes)::YES carol::ping -c 1 -s 120 -p deadbeef 10.1.0.10::128 bytes from 10.1.0.10: icmp_seq=1::YES diff --git a/testing/tests/openssl/ike-alg-ecp-high/evaltest.dat b/testing/tests/openssl/ike-alg-ecp-high/evaltest.dat index 5536852b5..c9055f89c 100644 --- a/testing/tests/openssl/ike-alg-ecp-high/evaltest.dat +++ b/testing/tests/openssl/ike-alg-ecp-high/evaltest.dat @@ -2,7 +2,9 @@ carol::cat /var/log/daemon.log::ECP_256_BIT.*ECP_384_BIT::YES dave::cat /var/log/daemon.log::ECP_256_BIT.*ECP_521_BIT::YES moon::ipsec statusall::rw.*ESTABLISHED::YES carol::ipsec statusall::home.*ESTABLISHED::YES +carol::ipsec statusall::home.*AES_CBC-192/AUTH_HMAC_SHA2_384_192/PRF_HMAC_SHA2_384/ECP_384_BIT::YES dave::ipsec statusall::home.*ESTABLISHED::YES +dave::ipsec statusall::home.*AES_CBC-256/AUTH_HMAC_SHA2_512_256/PRF_HMAC_SHA2_512/ECP_521_BIT::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 diff --git a/testing/tests/openssl/ike-alg-ecp-low/evaltest.dat b/testing/tests/openssl/ike-alg-ecp-low/evaltest.dat index 4fa9331e2..dc417c21f 100644 --- a/testing/tests/openssl/ike-alg-ecp-low/evaltest.dat +++ b/testing/tests/openssl/ike-alg-ecp-low/evaltest.dat @@ -2,7 +2,9 @@ carol::cat /var/log/daemon.log::ECP_192_BIT.*ECP_224_BIT::YES dave::cat /var/log/daemon.log::ECP_192_BIT.*ECP_256_BIT::YES moon::ipsec statusall::rw.*ESTABLISHED::YES carol::ipsec statusall::home.*ESTABLISHED::YES +carol::ipsec statusall::home.*AES_CBC-128/AUTH_HMAC_SHA2_256_128/PRF_HMAC_SHA2_256/ECP_224_BIT::YES dave::ipsec statusall::home.*ESTABLISHED::YES +dave::ipsec statusall::home.*AES_CBC-128/AUTH_HMAC_SHA2_256_128/PRF_HMAC_SHA2_256/ECP_256_BIT::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 |