Revision 2c63d42e
Added by Jim Pingle over 5 years ago
src/etc/inc/vpn.inc | ||
---|---|---|
123 | 123 |
case '30': |
124 | 124 |
$conversion = "ecp512bp"; |
125 | 125 |
break; |
126 |
case '31': |
|
127 |
$conversion = "curve25519"; |
|
128 |
break; |
|
126 | 129 |
} |
127 | 130 |
|
128 | 131 |
return $conversion; |
... | ... | |
480 | 483 |
load = {$unity_enabled} |
481 | 484 |
} |
482 | 485 |
|
486 |
curve25519 { |
|
487 |
load = yes |
|
488 |
} |
|
489 |
|
|
483 | 490 |
EOD; |
484 | 491 |
|
485 | 492 |
/* Find RADIUS servers designated for Mobile IPsec user auth */ |
Also available in: Unified diff
Add RFC 8031 Group 31 to IPsec. Implements #9531
(cherry picked from commit 4fc267484e604509b072b398642f19cb6797ef21)