Skip to content

Releases: OpenVPN/ovpn-dco-win

2.4.0

22 Nov 13:21
Compare
Choose a tag to compare
2.4.0 Pre-release
Pre-release

What's Changed

  • Move crypto alg handles to Device object by @lstipakov in #59
  • Move peer-specific data to separate struct by @lstipakov in #61
  • crypto.c: ensure we don't pass too large key size to CryptoNG by @lstipakov in #78

Full Changelog: 1.0.0...2.4.0

1.2.1

23 May 11:08
Compare
Choose a tag to compare

What's Changed

  • Fix bug check in timer management routines by @lstipakov in #70

Full Changelog: 1.1.1...1.2.1

1.1.1

15 Apr 07:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.1

1.0.1

19 Mar 12:56
Compare
Choose a tag to compare

What's Changed

  • crypto.c: ensure we don't pass too large key size to CryptoNG by @lstipakov in #63

Full Changelog: 1.0.0...1.0.1

1.0.0

08 Oct 11:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.4...1.0.0

0.9.4

26 Sep 12:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.3...0.9.4

0.9.3

05 Apr 06:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.2...0.9.3

0.9.2

02 Mar 15:43
Compare
Choose a tag to compare

What's Changed

  • autologger.reg: remove uneeded registry keys by @lstipakov in #39
  • Set proper MTU and add maximum packet size check on Tx path by @lstipakov in #41

Full Changelog: 0.9.1...0.9.2

0.9.1

15 Feb 12:25
Compare
Choose a tag to compare
Bump version to 0.9.1

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

0.9.0

03 Feb 18:40
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release
Move WSK initialization into OVPN_IOCTL_NEW_PEER ioctl

Having WskCaptureProviderNPI() call with WSK_INFINITE_WAIT
argument in EvtDeviceAdd callback causes boot hang
on some systems. It is not clear why it happens
and why majority of systems are fine.

Remove PnP Power callbacks, they're not relevant to us.

Bump version to 0.9.0.

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

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