Revision 3f45cc99
Added by Jim Pingle about 6 years ago
src/etc/inc/ipsec.inc | ||
---|---|---|
165 | 165 |
29 => '29 (brainpool ecp384)', |
166 | 166 |
30 => '30 (brainpool ecp512)', |
167 | 167 |
31 => '31 (Elliptic Curve 25519, 256 bit)', |
168 |
32 => '32 (Elliptic Curve 25519, 448 bit)', |
|
168 | 169 |
); |
169 | 170 |
|
170 | 171 |
global $p2_halgos; |
... | ... | |
230 | 231 |
29 => gettext('29 (brainpool ecp384)'), |
231 | 232 |
30 => gettext('30 (brainpool ecp512)'), |
232 | 233 |
31 => gettext('31 (Elliptic Curve 25519, 256 bit)'), |
234 |
32 => gettext('32 (Elliptic Curve 25519, 448 bit)'), |
|
233 | 235 |
); |
234 | 236 |
|
235 | 237 |
function ipsec_enabled() { |
Also available in: Unified diff
Add in DH 32, a patch for strongSwan will be in soon to test with. Issue #9531