0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/openvpn/dco
Arne Schwabe a384f16b32 Refactor data channel setting to CryptoDCSettingsData class
Instead of passing around a number of individual argument, use a data
holder class to describe all the settings. This will also allow adding
more data channel parameters in the future (tag location, 64 bit IV)
easier.  This has a slight cost of something passing more parameters
than needed.

Signed-off-by: Arne Schwabe <arne@openvpn.net>
2024-08-19 12:18:49 +00:00
..
dcocli.hpp streamline overriding virtual function syntax 2024-08-13 02:01:24 +02: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 Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
korekey.hpp Refactor data channel setting to CryptoDCSettingsData class 2024-08-19 12:18:49 +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 streamline overriding virtual function syntax 2024-08-13 02:01:24 +02: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