aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/ike_me.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2008-03-27 10:17:29 +0000
committerTobias Brunner <tobias@strongswan.org>2008-03-27 10:17:29 +0000
commit54150b3f13d71e9f126c7c68546905632793c90a (patch)
tree1220b1a877973e1034c2cf823cdd54a6c56e1ae0 /src/charon/sa/tasks/ike_me.c
parentb0dee635d23d969b76537b37ec20a715b5f76adf (diff)
downloadstrongswan-54150b3f13d71e9f126c7c68546905632793c90a.tar.bz2
strongswan-54150b3f13d71e9f126c7c68546905632793c90a.tar.xz
checking the size of ME_* notify payloads
Diffstat (limited to 'src/charon/sa/tasks/ike_me.c')
-rw-r--r--src/charon/sa/tasks/ike_me.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/charon/sa/tasks/ike_me.c b/src/charon/sa/tasks/ike_me.c
index 64741c6ba..2d6862dc3 100644
--- a/src/charon/sa/tasks/ike_me.c
+++ b/src/charon/sa/tasks/ike_me.c
@@ -26,16 +26,9 @@
#include <encoding/payloads/endpoint_notify.h>
#include <processing/jobs/mediation_job.h>
-#define ME_CONNECTID_LEN 8
+#define ME_CONNECTID_LEN 4
#define ME_CONNECTKEY_LEN 16
-/* FIXME: proposed values */
-#define ME_CONNECTID_MIN_LEN 4
-#define ME_CONNECTID_MAX_LEN 16
-#define ME_CONNECTKEY_MIN_LEN 8
-#define ME_CONNECTKEY_MAX_LEN 64
-
-
typedef struct private_ike_me_t private_ike_me_t;
/**