Project

General

Profile

Actions

Bug #12323

closed

IPsec Phase 2 entry incorrectly orders proposals in AH mode

Added by Viktor Gurov over 2 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
IPsec
Target version:
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

Also available in: Atom PDF