summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-06-22 13:34:16 -0500
committerChris Buechler <cmb@pfsense.org>2015-06-22 13:34:16 -0500
commitb731689365b578729e1d44db7ee8b607c0a3bc35 (patch)
tree92d057d34a93d2464e4e3d2d6f6750400c76ad12
parent887093c3093e5ed4084b28e2cbfbe748d5c00117 (diff)
downloadpfsense-b731689365b578729e1d44db7ee8b607c0a3bc35.zip
pfsense-b731689365b578729e1d44db7ee8b607c0a3bc35.tar.gz
This is incomplete. Leaving for 2.3. Revert "Ticket #4683 merge in brainpool for DH parameters"
This reverts commit 7dc35024af3af1d644c25b002ca9f40f1d61c05b.
-rw-r--r--etc/inc/ipsec.inc13
1 files changed, 2 insertions, 11 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index 0fb94ad..8bfed07 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -110,10 +110,7 @@ $p1_dhgroups = array(
21 => '21 (nist ecp521)',
22 => '22 (1024(sub 160) bit)',
23 => '23 (2048(sub 224) bit)',
- 24 => '24 (2048(sub 256) bit)',
- 28 => '28 (brainpool ecp256)',
- 29 => '29 (brainpool ecp384)',
- 30 => '30 (brainpool ecp512)'
+ 24 => '24 (2048(sub 256) bit)'
);
global $p2_halgos;
@@ -164,13 +161,7 @@ $p2_pfskeygroups = array(
15 => '15 (3072 bit)',
16 => '16 (4096 bit)',
17 => '17 (6144 bit)',
- 18 => '18 (8192 bit)',
- 19 => '19 (nist ecp256)',
- 20 => '20 (nist ecp384)',
- 21 => '21 (nist ecp521)',
- 28 => '28 (brainpool ecp256)',
- 29 => '29 (brainpool ecp384)',
- 30 => '30 (brainpool ecp512)'
+ 18 => '18 (8192 bit)'
);
/*
OpenPOWER on IntegriCloud