mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge IPsec defines from m0n0wall
This commit is contained in:
parent
336e9b1b98
commit
075b213831
@ -100,15 +100,16 @@ $fwupplatforms = array('pfSense', 'net45xx', 'net48xx', 'generic-pc', 'wrap');
|
||||
|
||||
/* IPsec defines */
|
||||
$my_identifier_list = array('myaddress' => 'My IP address',
|
||||
'address' => 'IP address',
|
||||
'fqdn' => 'Domain name',
|
||||
'user_fqdn' => 'User FQDN');
|
||||
'address' => 'IP address',
|
||||
'fqdn' => 'Domain name',
|
||||
'user_fqdn' => 'User FQDN');
|
||||
|
||||
$p1_ealgos = array('des' => 'DES', '3des' => '3DES', 'blowfish' => 'Blowfish',
|
||||
'cast128' => 'CAST128');
|
||||
'cast128' => 'CAST128');
|
||||
$p2_ealgos = array('des' => 'DES', '3des' => '3DES', 'blowfish' => 'Blowfish',
|
||||
'cast128' => 'CAST128', 'rijndael' => 'Rijndael (AES)');
|
||||
'cast128' => 'CAST128', 'rijndael' => 'Rijndael (AES)');
|
||||
$p1_halgos = array('sha1' => 'SHA1', 'md5' => 'MD5');
|
||||
$p1_authentication_methods = array('pre_shared_key' => 'Pre-shared key', 'rsasig' => 'RSA signature');
|
||||
$p2_halgos = array('hmac_sha1' => 'SHA1', 'hmac_md5' => 'MD5');
|
||||
$p2_protos = array('esp' => 'ESP', 'ah' => 'AH');
|
||||
$p2_pfskeygroups = array('0' => 'off', '1' => '1', '2' => '2', '5' => '5');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user