summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_phase1.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-09-01 11:00:55 -0400
committerjim-p <jimp@pfsense.org>2016-09-01 11:00:55 -0400
commit2ce5cd33ef6434d3eb265c59f06e6ffb4930f0d9 (patch)
treea2321bcbbb79191e2510b0f77171dadf02348e0b /src/usr/local/www/vpn_ipsec_phase1.php
parente4191be8e30dc6dc3e1d852d05f83b46c8947c26 (diff)
downloadpfsense-2ce5cd33ef6434d3eb265c59f06e6ffb4930f0d9.zip
pfsense-2ce5cd33ef6434d3eb265c59f06e6ffb4930f0d9.tar.gz
Remove references to glxsb as it is not relevant to current supported platforms. Fixes #6755
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_phase1.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_phase1.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/usr/local/www/vpn_ipsec_phase1.php b/src/usr/local/www/vpn_ipsec_phase1.php
index a9fb081..faed1d7 100644
--- a/src/usr/local/www/vpn_ipsec_phase1.php
+++ b/src/usr/local/www/vpn_ipsec_phase1.php
@@ -395,14 +395,6 @@ if ($_POST) {
$input_errors[] = gettext("Encryption Algorithm AES-GCM can only be used with IKEv2");
}
- if (!empty($_POST['ealgo']) && isset($config['system']['crypto_hardware'])) {
- if ($config['system']['crypto_hardware'] == "glxsb") {
- if ($_POST['ealgo'] == "aes" && $_POST['ealgo_keylen'] != "128") {
- $input_errors[] = gettext("Only 128 bit AES can be used where the glxsb crypto accelerator is enabled.");
- }
- }
- }
-
/* auth backend for mobile eap-radius VPNs should be a RADIUS server */
if (($pconfig['authentication_method'] == 'eap-radius') && $pconfig['mobile']) {
if (!empty($config['ipsec']['client']['user_source'])) {
OpenPOWER on IntegriCloud