]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
testing: Don't check for exact IKEv2 fragment size
authorTobias Brunner <tobias@strongswan.org>
Fri, 27 Feb 2015 16:58:47 +0000 (17:58 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 4 Mar 2015 12:54:10 +0000 (13:54 +0100)
Because SHA-256 is now used for signatures the size of the two IKE_AUTH
messages changed.

testing/tests/ikev2/net2net-fragmentation/evaltest.dat

index 7f227fd62fc421ad971322b31d26722910abfc0c..c7437c8bb51137b77f73a8053f637402416a7754 100644 (file)
@@ -1,7 +1,7 @@
 moon::cat /var/log/daemon.log::IKE_SA_INIT request 0.*FRAG_SUP::YES
 sun::cat /var/log/daemon.log::IKE_SA_INIT response 0.*FRAG_SUP::YES
-moon::cat /var/log/daemon.log::splitting IKE message with length of 1804 bytes into 2 fragments::YES
-sun::cat /var/log/daemon.log::splitting IKE message with length of 1596 bytes into 2 fragments::YES
+moon::cat /var/log/daemon.log::splitting IKE message with length of .*bytes into 2 fragments::YES
+sun::cat /var/log/daemon.log::splitting IKE message with length of .*bytes into 2 fragments::YES
 moon::cat /var/log/daemon.log::received fragment #1 of 2, waiting for complete IKE message::YES
 moon::cat /var/log/daemon.log::received fragment #2 of 2, reassembling fragmented IKE message::YES
 sun::cat /var/log/daemon.log::received fragment #1 of 2, waiting for complete IKE message::YES