0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/openvpn/crypto
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
..
bs64_data_limit.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
cipher.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
crypto_aead.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00
crypto_chm.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00
cryptoalgs.hpp CryptoAlgs: added missing #include <list> 2024-08-09 10:10:05 +00:00
cryptodc.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00
cryptodcsel.hpp Refactor data channel setting to CryptoDCSettingsData class 2024-08-19 12:18:49 +00:00
decrypt_chm.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00
definitions.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
digestapi.hpp digestapi.hpp: pass libctx to digest api 2023-06-07 17:09:49 +02:00
encrypt_chm.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00
hashstr.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
ovpnhmac.hpp streamline overriding virtual function syntax 2024-08-13 02:01:24 +02:00
packet_id_control.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00
packet_id_data.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00
selftest.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
static_key.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
tls_crypt_v2.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
tls_crypt.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00