OpenVPN / ovpn-dco-win

OpenVPN Data Channel Offload driver for Windows
MIT License
47 stars 22 forks source link

Implement DATA_V3 protocol features #77

Closed lstipakov closed 3 weeks ago

lstipakov commented 1 month ago

Add support for features:

For that, introduce a new OVPN_IOCTL_NEW_KEY_V2 ioctl, which accepts a new data structure, which includes a field to store bit flags for crypto options for abovementioned features.

Refactor encrypt/decrypt routine to accomodate possible wire format changes.

Refactor pktid code to support 64bit pktid. While on it, remove unused variable.

Bump version to 1.4.0.

https://github.com/OpenVPN/ovpn-dco-win/issues/74