Fixes #15316: Fix selection of 3DES encryption for IKE & IPSec proposals
This commit is contained in:
parent
edb7d24b45
commit
55ef24d56d
|
|
@ -124,7 +124,7 @@ class EncryptionAlgorithmChoices(ChoiceSet):
|
|||
(ENCRYPTION_AES256_CBC, '256-bit AES (CBC)'),
|
||||
(ENCRYPTION_AES256_GCM, '256-bit AES (GCM)'),
|
||||
(ENCRYPTION_3DES, '3DES'),
|
||||
(ENCRYPTION_3DES, 'DES'),
|
||||
(ENCRYPTION_DES, 'DES'),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue