Releases: OpenVPN/ovpn-dco-win
Releases Β· OpenVPN/ovpn-dco-win
2.4.0
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
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
What's Changed
- timer: refactor timers implementation by @lstipakov in #66
Full Changelog: 1.0.1...1.1.1
1.0.1
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
0.9.4
0.9.3
0.9.2
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
Bump version to 0.9.1 Signed-off-by: Lev Stipakov <[email protected]>
0.9.0
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]>