Project

General

Profile

« Previous | Next » 

Revision 8d8b70cb

Added by Chris Buechler about 16 years ago

fix AES-256

View differences:

usr/local/www/guiconfig.inc
166 166
				'dyn_dns' => 'Dynamic DNS');
167 167

  
168 168
$p1_ealgos = array('des' => 'DES', '3des' => '3DES', 'blowfish' => 'Blowfish',
169
		'cast128' => 'CAST128','rijndael' => 'Rijndael (AES)', 'rijndael 256' => 'Rijndael 256');
169
		'cast128' => 'CAST128','rijndael' => 'Rijndael (AES)', 'aes 256' => 'AES-256');
170 170
$p2_ealgos = array('des' => 'DES', '3des' => '3DES', 'blowfish' => 'Blowfish',
171
		'cast128' => 'CAST128', 'rijndael' => 'Rijndael (AES)', 'rijndael 256' => 'Rijndael 256');
171
		'cast128' => 'CAST128', 'rijndael' => 'Rijndael (AES)', 'aes 256' => 'AES-256');
172 172

  
173 173
$p1_halgos = array('sha1' => 'SHA1', 'md5' => 'MD5');
174 174
$p1_authentication_methods = array('pre_shared_key' => 'Pre-shared key', 'rsasig' => 'RSA signature');

Also available in: Unified diff