Re: [Openvpn-devel] [PATCH v2] Fix illegal client float

2020-04-15 Thread Antonio Quartulli
Hi, On 15/04/2020 11:32, Arne Schwabe wrote: > Am 15.04.20 um 09:30 schrieb Lev Stipakov: >> From: Lev Stipakov >> >> There is a time frame between allocating peer-id and initializing data >> channel key, which is performed on receiving push request. >> >> If a "rogue" data channel packet arrives

Re: [Openvpn-devel] [PATCH v2] Fix illegal client float

2020-04-15 Thread Arne Schwabe
Am 15.04.20 um 09:30 schrieb Lev Stipakov: > From: Lev Stipakov > > There is a time frame between allocating peer-id and initializing data > channel key, which is performed on receiving push request. > > If a "rogue" data channel packet arrives during that time frame from > another address and

[Openvpn-devel] [PATCH v2] Fix illegal client float

2020-04-15 Thread Lev Stipakov
From: Lev Stipakov There is a time frame between allocating peer-id and initializing data channel key, which is performed on receiving push request. If a "rogue" data channel packet arrives during that time frame from another address and with same peer-id, this would cause client to float to th