mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
OpenVPN:Add HMAC, cipher 'n2n' and DH key selection. Fixes and new design.
Added HMAC algorithm selection menu for N2N and RW. Added cipher selection menu for N2N connections. Added DH key selection also for existing installations incl. DH key upload possibility. Adjusted the ovpn main WUI design to IPSec WUI. Extend key lenght for CA, cert and control channel with faktor 2. Some code and typo cleanup. Bugfixes for #10317, #10149, #10462, #10463 V.2 New changes: Integrated changes in langs and ovpnmain.cgi until 20.03.2014 2.15-Beta3. ovpn.cnf have now default bits of 2048 instead of 1024. ovpn.cnf default_md works now with sha256 instead of md5. Bugfix: By new installation the auth directive for RWs is faded out #10462 Comment 15. Added error message if the crl should be displayed but no crl is present. v.3 New changes #10462 Comment 20: Updated to core version 77. Deleted manual name award in DH key upload section, name will be given automatically now. Added sha512WithRSAEncryption instead of sha1WithRSAEncryption for "Root Certificate". Added tls-auth support for Roadwarriors. Added crypto engine support for N2N and Roadwarriors.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
'Add Rule' => 'Add rule',
|
||||
'Add a route' => 'Add a route',
|
||||
'Async logging enabled' => 'Enable asynchronous writing of the syslog file',
|
||||
'bit' => 'bit',
|
||||
'Choose Rule' => 'Choose <u>one</u> of the following rules.',
|
||||
'Class' => 'Class',
|
||||
'Class was deleted' => 'with potential subclasses was deleted',
|
||||
@@ -682,6 +683,7 @@
|
||||
'details' => 'Details',
|
||||
'device' => 'Device',
|
||||
'devices on blue' => 'Devices on BLUE',
|
||||
'dh' => 'Diffie-Hellman Key',
|
||||
'dhcp advopt add' => 'Add a DHCP option',
|
||||
'dhcp advopt added' => 'DHCP option added',
|
||||
'dhcp advopt blank value' => 'DHCP Option value cannot be empty.',
|
||||
@@ -713,6 +715,9 @@
|
||||
'dhcp server enabled' => 'DHCP server enabled. Restarting.',
|
||||
'dhcp server enabled on blue interface' => 'DHCP server enabled on BLUE interface',
|
||||
'dhcp-options' => 'DHCP push options',
|
||||
'dh key warn' => 'Diffie-Hellman keys with 1024 and 2048 bit takes up to several minutes, 3072 and 4096 bit might needs several hours. Please be patient.',
|
||||
'dh key warn1' => 'For weak systems or systems with little entropy it is recommended to integrate long Diffie-Hellman Keys by usage of the upload function.',
|
||||
'dh key move failed' => 'Diffie-Hellman key move failed.',
|
||||
'dial' => 'Connect',
|
||||
'dial profile' => 'Connect with profile',
|
||||
'dial user password' => 'Dial user password:',
|
||||
@@ -1148,9 +1153,11 @@
|
||||
'g.lite' => 'TO BE REMOVED',
|
||||
'gateway' => 'Gateway',
|
||||
'gateway ip' => 'Gateway IP',
|
||||
'gen dh' => 'Generate Diffie-Hellman key',
|
||||
'gen static key' => 'Generate a static key',
|
||||
'generate' => 'Generate root/host zertifikate',
|
||||
'generate a certificate' => 'Generate a certificate:',
|
||||
'generate dh key' => 'Generate Diffie-Hellman key',
|
||||
'generate iso' => 'Generate ISO',
|
||||
'generate root/host certificates' => 'Generate root/host certificates',
|
||||
'generate tripwire keys and init' => 'generate tripwire keys and init',
|
||||
@@ -1375,7 +1382,7 @@
|
||||
'local hard disk' => 'Hard disk',
|
||||
'local master' => 'Local Master',
|
||||
'local ntp server specified but not enabled' => 'Local NTP server specified but not enabled',
|
||||
'local subnet' => 'Local Subnet:',
|
||||
'local subnet' => 'Local subnet:',
|
||||
'local subnet is invalid' => 'Local subnet is invalid.',
|
||||
'local vpn hostname/ip' => 'Local VPN Hostname/IP',
|
||||
'localkey' => 'Localkey',
|
||||
@@ -1573,6 +1580,7 @@
|
||||
'nonetworkname' => 'No Network Name entered',
|
||||
'noservicename' => 'No Service Name entered',
|
||||
'not a valid ca certificate' => 'Not a valid CA certificate.',
|
||||
'not a valid dh key' => 'Not a valid Diffie-Hellman key. Please use 1024, 2048, 3072 or 4096 bit in PKCS#3 format.',
|
||||
'not enough disk space' => 'Not enough disk space',
|
||||
'not present' => '<b>Not</b> present',
|
||||
'not running' => 'not running',
|
||||
@@ -1665,10 +1673,17 @@
|
||||
'ovpn' => 'OpenVPN',
|
||||
'ovpn con stat' => 'OpenVPN Connection Statistics',
|
||||
'ovpn config' => 'OVPN-Config',
|
||||
'ovpn crypt options' => 'Cryptographic options',
|
||||
'ovpn engines' => 'Crypto engine',
|
||||
'ovpn device' => 'OpenVPN device:',
|
||||
'ovpn dh' => 'Diffie-Hellman key lenght',
|
||||
'ovpn dh upload' => 'Upload Diffie-Hellman Key',
|
||||
'ovpn dl' => 'OVPN-Config Download',
|
||||
'ovpn errmsg green already pushed' => 'Route for green network is always set',
|
||||
'ovpn errmsg invalid ip or mask' => 'Invalid network-address or subnetmask',
|
||||
'ovpn generating the root and host certificates' => 'Generating the root and host certifictae can take a long time.',
|
||||
'ovpn ha' => 'Hash algorithm',
|
||||
'ovpn hmac' => 'HMAC options',
|
||||
'ovpn log' => 'OVPN-Log',
|
||||
'ovpn mgmt in root range' => 'A port number of 1024 or higher is required.',
|
||||
'ovpn mtu-disc' => 'Path MTU Discovery',
|
||||
@@ -1679,18 +1694,18 @@
|
||||
'ovpn mtu-disc with mssfix or fragment' => 'Path MTU Discovery cannot be used with mssfix or fragment.',
|
||||
'ovpn mtu-disc yes' => 'Forced',
|
||||
'ovpn no connections' => 'No active OpenVPN connections',
|
||||
'ovpn on blue' => 'OpenVPN on BLUE',
|
||||
'ovpn on orange' => 'OpenVPN on ORANGE',
|
||||
'ovpn on red' => 'OpenVPN on RED',
|
||||
'ovpn on blue' => 'OpenVPN on BLUE:',
|
||||
'ovpn on orange' => 'OpenVPN on ORANGE:',
|
||||
'ovpn on red' => 'OpenVPN on RED:',
|
||||
'ovpn port in root range' => 'A port number of 1024 or higher is required.',
|
||||
'ovpn routes push' => 'Routes (one per line) e.g. 192.168.10.0/255.255.255.0 192.168.20.0/24',
|
||||
'ovpn routes push options' => 'Route push options',
|
||||
'ovpn server status' => 'Current OpenVPN server status:',
|
||||
'ovpn subnet' => 'OpenVPN subnet (e.g. 10.0.10.0/255.255.255.0)',
|
||||
'ovpn subnet' => 'OpenVPN subnet:',
|
||||
'ovpn subnet is invalid' => 'OpenVPN subnet is invalid.',
|
||||
'ovpn subnet overlap' => 'OpenVPN Subnet overlaps with : ',
|
||||
'ovpn_fastio' => 'Fast-IO',
|
||||
'ovpn_fragment' => 'Fragmentsize',
|
||||
'teovpn_fragment' => 'Fragmentsize',
|
||||
'ovpn_mssfix' => 'MSSFIX Size',
|
||||
'ovpn_mtudisc' => 'MTU-Discovery',
|
||||
'ovpn_processprio' => 'Process priority',
|
||||
@@ -1787,7 +1802,7 @@
|
||||
'profile saved' => 'Profile saved: ',
|
||||
'profiles' => 'Profiles:',
|
||||
'proto' => 'Proto',
|
||||
'protocol' => 'Protocol',
|
||||
'protocol' => 'Protocol:',
|
||||
'proxy' => 'Proxy',
|
||||
'proxy access graphs' => 'Proxy access graphs',
|
||||
'proxy admin password' => 'Cache administrator password',
|
||||
@@ -1862,7 +1877,7 @@
|
||||
'resetglobals' => 'Reset global settings',
|
||||
'resetpolicy' => 'Reset policy to default',
|
||||
'resetshares' => 'Reset shares?',
|
||||
'resetting the vpn configuration will remove the root ca, the host certificate and all certificate based connections' => 'Resetting the VPN configuration will remove the root CA, the host certificate and all certificate based connections',
|
||||
'resetting the vpn configuration will remove the root ca, the host certificate and all certificate based connections' => 'Resetting the X509 remove the root CA, the host certificate and all certificate based connections.',
|
||||
'restart' => 'Restart',
|
||||
'restart ovpn server' => 'Restart OpenVPN server',
|
||||
'restore' => 'Restore',
|
||||
@@ -1934,6 +1949,7 @@
|
||||
'show ca certificate' => 'Show CA certificate',
|
||||
'show certificate' => 'Show certificate',
|
||||
'show crl' => 'Show certificate revocation list',
|
||||
'show dh' => 'Show Diffie-Hellman key',
|
||||
'show host certificate' => 'Show host certificate',
|
||||
'show last x lines' => 'Show last x lines',
|
||||
'show lines' => 'Show lines',
|
||||
@@ -2272,6 +2288,7 @@
|
||||
'upload a certificate' => 'Upload a certificate:',
|
||||
'upload a certificate request' => 'Upload a certificate request:',
|
||||
'upload ca certificate' => 'Upload CA certificate',
|
||||
'upload dh key' => 'Upload Diffie-Hellman key',
|
||||
'upload fcdsl.o' => 'TO BE REMOVED',
|
||||
'upload file' => 'Upload file',
|
||||
'upload new ruleset' => 'Upload new ruleset',
|
||||
|
||||
Reference in New Issue
Block a user