--- vpn_ipsec_edit.php.bak 2003-12-31 15:53:36.000000000 -0700
+++ vpn_ipsec_edit.php 2003-12-31 16:01:05.000000000 -0700
@@ -41,9 +41,10 @@
'fqdn' => 'Domain name');
$p1_ealgos = array('des' => 'DES', '3des' => '3DES', 'blowfish' => 'Blowfish',
- 'cast128' => 'CAST128');
+ 'cast128' => 'CAST128', 'rijndael 256' => 'Rijndael 256');
$p2_ealgos = array('des' => 'DES', '3des' => '3DES', 'blowfish' => 'Blowfish',
- 'cast128' => 'CAST128', 'rijndael' => 'Rijndael');
+ 'cast128' => 'CAST128', 'rijndael' => 'Rijndael',
+ 'rijndael 256' => 'Rijndael 256');
$p1_halgos = array('md5' => 'MD5', 'sha1' => 'SHA1');
$p2_halgos = array('hmac_md5' => 'MD5', 'hmac_sha1' => 'SHA1');
$p2_protos = array('esp' => 'ESP', 'ah' => 'AH'); |