From: Andreas Steffen Date: Thu, 14 Oct 2010 14:09:34 +0000 (+0200) Subject: increase eap-tls max_message_count in fragments scenario X-Git-Tag: 4.5.0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6587f1a04d493a7ceb0c3c572f09b2891c6dd90a;p=thirdparty%2Fstrongswan.git increase eap-tls max_message_count in fragments scenario --- 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 0980a19e06..dc0bcdff56 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 0980a19e06..dc0bcdff56 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 + } + } }