Actions
Bug #12323
closedIPsec Phase 2 entry incorrectly orders proposals in AH mode
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
22.01
Release Notes:
Default
Affected Version:
2.5.2
Affected Architecture:
Description
If you select all hashing algorithms in AH mode, it sets the MD5 cipher to the first place of ah_proposals:
ah_proposals = md5-modp2048,sha1-modp2048,sha256-modp2048,sha384-modp2048,sha512-modp2048,aesxcbc-modp2048
correct order should be:
ah_proposals = sha512-modp2048,sha384-modp2048,sha256-modp2048,sha1-modp2048,aesxcbc-modp2048,md5-modp2048
similar to #11078
Actions