summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-22 23:07:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-22 23:07:59 +0000
commit075b213831717d3ea719a7be1bf6485f6c493223 (patch)
tree66bec274aab5dcf14c76f33cc1b0d291d5401836 /usr/local/www
parent336e9b1b981b6b325249a2ade2d2706d82bfc684 (diff)
downloadpfsense-075b213831717d3ea719a7be1bf6485f6c493223.zip
pfsense-075b213831717d3ea719a7be1bf6485f6c493223.tar.gz
Merge IPsec defines from m0n0wall
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/guiconfig.inc11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 2a50a39..2fcf558 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -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');
OpenPOWER on IntegriCloud