From 44551f82c0f4add43cba116620e2949c170cf06d Mon Sep 17 00:00:00 2001 From: Michael Newton Date: Tue, 4 Aug 2015 14:19:19 -0700 Subject: Fix missing DH group 22-24 --- etc/inc/vpn.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 21a249e..d5e6120 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -99,6 +99,15 @@ function vpn_ipsec_convert_to_modp($index) { case '21': $convertion = "ecp521"; break; + case '22': + $convertion = "modp1024s160"; + break; + case '23': + $convertion = "modp2048s224"; + break; + case '24': + $convertion = "modp2048s256"; + break; case '28': $convertion = "ecp256bp"; break; -- cgit v1.1