Revision 7a747654
Added by Ermal Luçi over 10 years ago
etc/inc/ipsec.inc | ||
---|---|---|
105 | 105 |
16 => '16 (4096 bit)', |
106 | 106 |
17 => '17 (6144 bit)', |
107 | 107 |
18 => '18 (8192 bit)', |
108 |
19 => '19 (nist ecp256)', |
|
109 |
20 => '20 (nist ecp384)', |
|
110 |
21 => '21 (nist ecp521)', |
|
108 | 111 |
22 => '22 (1024(sub 160) bit)', |
109 | 112 |
23 => '23 (2048(sub 224) bit)', |
110 | 113 |
24 => '24 (2048(sub 256) bit)' |
Also available in: Unified diff
Allow to configure new modes for phase1 according to RFC 5903 by manually merging pull request #1501 partially. While here preserve style.