0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/openvpn/dco
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
..
dcocli.hpp Implement data v3 features for AEAD tag at the end and 64 bit packet counter 2024-08-19 12:18:49 +00:00
ipcollbase.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
key.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
kocrypto.hpp Remove UDP/TCP mode from PacketIDReceiveType 2024-09-11 13:23:31 +00:00
korekey.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00
ovpn_dco_linux.h ovpn-dco: include latest UAPI header in codebase 2023-06-05 15:48:34 +02:00
ovpn-dco.h Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
ovpndcocli.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
ovpndcokocrypto.hpp Refactor data channel setting to CryptoDCSettingsData class 2024-08-19 12:18:49 +00:00
ovpndcowincli.hpp push update: support for dco-win 2024-08-08 14:43:11 +00:00