mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
VPN/IPsec new MVC module - remove unsupported proposals
This commit is contained in:
parent
8ca676e43b
commit
e4ebc59a70
@ -70,10 +70,7 @@ class IPsecProposalField extends BaseListField
|
||||
gettext('%s (testing only!)'),
|
||||
'null-sha256-x25519'
|
||||
);
|
||||
foreach (
|
||||
['aes128', 'aes192', 'aes256', 'aes128gcm16', 'aes192gcm16', 'aes256gcm16',
|
||||
'chacha20poly1305'] as $encalg
|
||||
) {
|
||||
foreach (['aes128', 'aes192', 'aes256', 'aes128gcm16', 'aes192gcm16', 'aes256gcm16'] as $encalg) {
|
||||
foreach (['sha256', 'sha384', 'sha512', 'aesxcbc'] as $intalg) {
|
||||
foreach (
|
||||
[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user