Re: iked(8): use msg_valid to handle duplicate fragment sequence numbers

2019-11-14 Thread Alexander Bluhm
On Mon, Nov 11, 2019 at 06:47:35PM +0100, Tobias Heider wrote: > With IKEv2 message fragmentation a message is split into several fragments, > which all have the same sequence number. In the original commit this was > handled with an explicit exception to accept the same sequence number as > before

iked(8): use msg_valid to handle duplicate fragment sequence numbers

2019-11-11 Thread Tobias Heider
With IKEv2 message fragmentation a message is split into several fragments, which all have the same sequence number. In the original commit this was handled with an explicit exception to accept the same sequence number as before, in case the number of stored fragments is not 0. Another recent fix