From 6587f1a04d493a7ceb0c3c572f09b2891c6dd90a Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 14 Oct 2010 16:09:34 +0200 Subject: [PATCH] increase eap-tls max_message_count in fragments scenario --- .../rw-eap-tls-fragments/hosts/carol/etc/strongswan.conf | 6 ++++++ .../rw-eap-tls-fragments/hosts/moon/etc/strongswan.conf | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/testing/tests/ikev2/rw-eap-tls-fragments/hosts/carol/etc/strongswan.conf b/testing/tests/ikev2/rw-eap-tls-fragments/hosts/carol/etc/strongswan.conf index 0980a19e0..dc0bcdff5 100644 --- a/testing/tests/ikev2/rw-eap-tls-fragments/hosts/carol/etc/strongswan.conf +++ b/testing/tests/ikev2/rw-eap-tls-fragments/hosts/carol/etc/strongswan.conf @@ -3,4 +3,10 @@ charon { load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac stroke kernel-netlink socket-default eap-tls updown multiple_authentication=no + + plugins { + eap-tls { + max_message_count = 40 + } + } } diff --git a/testing/tests/ikev2/rw-eap-tls-fragments/hosts/moon/etc/strongswan.conf b/testing/tests/ikev2/rw-eap-tls-fragments/hosts/moon/etc/strongswan.conf index 0980a19e0..dc0bcdff5 100644 --- a/testing/tests/ikev2/rw-eap-tls-fragments/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ikev2/rw-eap-tls-fragments/hosts/moon/etc/strongswan.conf @@ -3,4 +3,10 @@ charon { load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac stroke kernel-netlink socket-default eap-tls updown multiple_authentication=no + + plugins { + eap-tls { + max_message_count = 40 + } + } }