diff options
-rw-r--r-- | testing/tests/ikev2/rw-eap-tls-fragments/hosts/carol/etc/strongswan.conf | 6 | ||||
-rw-r--r-- | testing/tests/ikev2/rw-eap-tls-fragments/hosts/moon/etc/strongswan.conf | 6 |
2 files changed, 12 insertions, 0 deletions
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 + } + } } |