summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-06-19 12:47:18 +0200
committerErmal LUÇI <eri@pfsense.org>2015-06-19 12:47:18 +0200
commit7dc35024af3af1d644c25b002ca9f40f1d61c05b (patch)
tree9f8c3c885c805f3c965d783408974e7097704122
parent9e8ce1e25b1a70fd0d9abbe8bdfdcd1a63250f46 (diff)
downloadpfsense-7dc35024af3af1d644c25b002ca9f40f1d61c05b.zip
pfsense-7dc35024af3af1d644c25b002ca9f40f1d61c05b.tar.gz
Ticket #4683 merge in brainpool for DH parameters
-rw-r--r--etc/inc/ipsec.inc13
1 files changed, 11 insertions, 2 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index 8bfed07..0fb94ad 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -110,7 +110,10 @@ $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)'
+ 24 => '24 (2048(sub 256) bit)',
+ 28 => '28 (brainpool ecp256)',
+ 29 => '29 (brainpool ecp384)',
+ 30 => '30 (brainpool ecp512)'
);
global $p2_halgos;
@@ -161,7 +164,13 @@ $p2_pfskeygroups = array(
15 => '15 (3072 bit)',
16 => '16 (4096 bit)',
17 => '17 (6144 bit)',
- 18 => '18 (8192 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)'
);
/*
OpenPOWER on IntegriCloud