Corrects the IKE attribute type for 2048-bit MODP group. Fixes #523

This commit is contained in:
nnposter 2016-08-23 01:18:07 +00:00
parent d4f698bc59
commit 666cd648c3

View file

@ -58,7 +58,7 @@ local GROUP_DESCRIPTION = {
["768"] = 0x80040001,
["1024"] = 0x80040002,
["1536"] = 0x80040005,
["2048"] = 0x0004000E,
["2048"] = 0x8004000E,
}
local EXCHANGE_MODE = {