Actions
Bug #11078
closedIPsec PH2 incorrect proposals order
Start date:
11/18/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.0
Affected Architecture:
Description
If you choose both AES and AES-GCM ciphers, it sets the AES-CBC cipher to the first place of esp_proposals:
esp_proposals = aes128-sha256-modp2048,aes128gcm128-modp2048
which is incorrect, as AES-GCM must have a higher priority than AES-CBC
Actions