Project

General

Profile

« Previous | Next » 

Revision 4423176e

Added by Sean McBride over 5 years ago

Update DH group warnings to say that group 5 is also weak. Issue #10221

View differences:

src/usr/local/www/vpn_ipsec_mobile.php
683 683
	'Group',
684 684
	$pconfig['pfs_group'],
685 685
	$p2_pfskeygroups
686
))->setHelp('Note: Groups 1, 2, 22, 23, and 24 provide weak security and should be avoided.');
686
))->setHelp('Note: Groups 1, 2, 5, 22, 23, and 24 provide weak security and should be avoided.');
687 687

  
688 688
$section->add($group);
689 689

  
src/usr/local/www/vpn_ipsec_phase2.php
691 691

  
692 692
$sm = (!isset($pconfig['mobile']) || !isset($a_client['pfs_group']));
693 693
$helpstr = $sm ? '':'Set globally in mobile client options. ';
694
$helpstr .= 'Note: Groups 1, 2, 22, 23, and 24 provide weak security and should be avoided.';
694
$helpstr .= 'Note: Groups 1, 2, 5, 22, 23, and 24 provide weak security and should be avoided.';
695 695

  
696 696
$section->addInput(new Form_Select(
697 697
	'pfsgroup',

Also available in: Unified diff