Skip to content

Releases: OpenVPN/ovpn-dco-win

0.8.3

14 Dec 21:26
Compare
Choose a tag to compare
0.8.3 Pre-release
Pre-release
Fix stats reporting

 - report TransportBytesSent for sent data channel packets
 - report TransportBytesReceived only for received control channel
 packets

Control channel packets are sent to userspace and accounted there.

Bump version to 0.8.3

Signed-off-by: Lev Stipakov <[email protected]>

0.8.2

29 Sep 13:13
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.8.1...0.8.2

0.8.1

02 Sep 07:34
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

29 Aug 12:53
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.7.6...0.8.0

0.7.6

20 Jun 08:06
Compare
Choose a tag to compare
0.7.6 Pre-release
Pre-release

Full Changelog: 0.7.4...0.7.6

0.7.4

31 May 12:13
Compare
Choose a tag to compare
0.7.4 Pre-release
Pre-release

What's Changed

Full Changelog: 0.7.1...0.7.4

0.7.1

13 Apr 13:07
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
Add RX checksum offload support for Win11 version

Indicate RX checksum offload and set validation result
always as valid thus saving some CPU cycles on software validation.
Since we have authenticated encryption, we can be sure that
checksums weren't altered on the wire.

Before NetAdapterCx 2.1, checksum offload support indication
doesn't distinguish between TX and RX. This means if we want to
indicate RX checksum offload, we have to calculate checkums on TX
path, too.

Complexity of TX checksum calculation doesn't justify performace
gain, so additional Debug/Release-Win11 build configurations were created
which target NetAdapterCx 2.1 and newer. This can be used on
Windows 11 and Windows Server 2022 (kernel 10.0.20348 and newer).

Signed-off-by: Lev Stipakov <[email protected]>

0.6.8

28 Feb 13:47
Compare
Choose a tag to compare
0.6.8 Pre-release
Pre-release

What's Changed

0.6.7

23 Feb 14:05
Compare
Choose a tag to compare
0.6.7 Pre-release
Pre-release
Add ChaCha20-Poly1305 cipher algorithm

Latest WDK includes compile-time support for it,
and it is available in runtime starting from Windows 11.

While on it, add missing BCryptCloseAlorighmProvider calls.

Bump version to 0.6.7.

Signed-off-by: Lev Stipakov <[email protected]>

0.6.5

23 Feb 13:58
Compare
Choose a tag to compare
0.6.5 Pre-release
Pre-release
build_all.bat: support for x64/arm64

 - add arm64 build
 - add static tests run on arm64 and x64

After DVL run, copy resulting XML into platform\configuration directory.

Signed-off-by: Lev Stipakov <[email protected]>