0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/openvpn/reliable
Arne Schwabe c78aaecad7 Differentiate Packet ID types into data channel and control channel ids
Data channel packet ids (in the formats that OpenVPN 3.x supports)
are plain 32 or 64 bit ids while control channel is a 32 bit time + 32
bit counter id. Seperate these more clearly and let CBC mode use the
same Packet ID implementation that AEAD mode uses.

Also add more unit tests related to data channel tests packets by
adapting the control channel test where applicable and add a few more
related to packet id wrapping

Signed-off-by: Arne Schwabe <arne@openvpn.net>
2024-09-11 13:23:31 +00:00
..
relack.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00
relcommon.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00
relrecv.hpp Port the psid cookie defense from ovpn2 2023-10-03 12:42:29 -07:00
relsend.hpp Port the psid cookie defense from ovpn2 2023-10-03 12:42:29 -07:00