0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/openvpn/ssl
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
..
customcontrolchannel.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
datalimit.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
iana_ciphers.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
is_openvpn_protocol.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
kuparse.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
mssparms.hpp Make profile errors clearer for users by reporting specific error codes. 2024-03-22 15:15:09 +00:00
nscert.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
peer_fingerprint.hpp Make profile errors clearer for users by reporting specific error codes. 2024-03-22 15:15:09 +00:00
peerinfo.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
proto_context_options.hpp Make profile errors clearer for users by reporting specific error codes. 2024-03-22 15:15:09 +00:00
proto.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00
protostack.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
psid_cookie_impl.hpp Differentiate Packet ID types into data channel and control channel ids 2024-09-11 13:23:31 +00:00
psid_cookie.hpp Port the psid cookie defense from ovpn2 2023-10-03 12:42:29 -07:00
psid.hpp introduce base types for strong and weak RNGs 2023-11-22 04:49:31 +01:00
sess_ticket.hpp virtual d'tors: use '= default' instead of empty body 2024-08-13 02:05:05 +02:00
sni_handler.hpp virtual d'tors: use '= default' instead of empty body 2024-08-13 02:05:05 +02:00
sni_metadata.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
sslapi.hpp Merge current state of releaseprep/3.10 to master 2024-07-16 17:19:49 +02:00
sslchoose.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
sslconsts.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
tls_cert_profile.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
tls_remote.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
tlsprf.hpp Buffer: Prepare to decouple allocated buffer / RC 2024-09-11 13:23:28 +00:00
tlsver.hpp Make profile errors clearer for users by reporting specific error codes. 2024-03-22 15:15:09 +00:00
verify_x509_name.hpp Make profile errors clearer for users by reporting specific error codes. 2024-03-22 15:15:09 +00:00