aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_tls/eap_tls.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-09-01 00:11:23 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-09-01 00:11:23 +0200
commit3a0190806061fbf909490167f25eea34cc629cdf (patch)
tree86c9c89d23f199400f0dcd16cba5188a544dcc59 /src/libcharon/plugins/eap_tls/eap_tls.c
parent5fb1311b2ae33c904cae5f0b693f949cf9bbefe8 (diff)
downloadstrongswan-3a0190806061fbf909490167f25eea34cc629cdf.tar.bz2
strongswan-3a0190806061fbf909490167f25eea34cc629cdf.tar.xz
increase number of message due to large certificate payloads
Diffstat (limited to 'src/libcharon/plugins/eap_tls/eap_tls.c')
-rw-r--r--src/libcharon/plugins/eap_tls/eap_tls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/eap_tls/eap_tls.c b/src/libcharon/plugins/eap_tls/eap_tls.c
index 991eb6346..09b46ffd9 100644
--- a/src/libcharon/plugins/eap_tls/eap_tls.c
+++ b/src/libcharon/plugins/eap_tls/eap_tls.c
@@ -44,7 +44,7 @@ struct private_eap_tls_t {
};
/** Maximum number of EAP-TLS messages/fragments allowed */
-#define MAX_MESSAGE_COUNT 24
+#define MAX_MESSAGE_COUNT 32
/** Default size of a EAP-TLS fragment */
#define MAX_FRAGMENT_LEN 1024