mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
ipsec: remove hashing algorithm from null cipher
This commit is contained in:
parent
dd595b9a78
commit
0819a01942
@ -114,7 +114,7 @@ class IPsecProposalField extends BaseListField
|
||||
'aes256-sha512-ecp521' => null,
|
||||
],
|
||||
/* AEAD algorithms */
|
||||
gettext('Commonly used AES with Galois/Counter Mode') => [
|
||||
gettext('Commonly used combined-mode (AEAD) ciphers') => [
|
||||
...$this->AeadAlgorithms()
|
||||
],
|
||||
gettext('Commonly used, but insecure cipher suites') => [
|
||||
@ -124,7 +124,7 @@ class IPsecProposalField extends BaseListField
|
||||
'aes256-sha1-ecp521' => 'aes256-sha1-ecp521 [DH21, NIST EC]',
|
||||
'aes256-sha512-modp1024' => 'aes256-sha512-modp1024 [DH2]',
|
||||
'aes256-sha256' => 'aes256-sha256',
|
||||
'null-sha256-x25519' => gettext('null-sha256-x25519 (testing only, no encryption!)')
|
||||
'null' => gettext('null (testing only, no encryption and no integrity checking!)')
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user