Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: OpenVPN/openvpn3

Tags

release/3.11.5

Toggle release/3.11.5's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.11.5

Issues fixed in this release:

* Fix incorrect AWS API version reference, needed
  to have support for changing IPv6 routes

release/3.11.4

Toggle release/3.11.4's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.11.3

Issues fixed in this release:

* Fix incorrect parameter name in AWS ReplaceRoute call
  for IPv6 routes

* Linux: Fix compilation issues against kernel 6.16
  headers when DCO is enabled

release/3.11.3

Toggle release/3.11.3's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.11.3

Issues fixed in this release:

* IV_PROTO unconditionally indicates epoch data keys support regardless
  what the DCO implementation is capable of.

release/3.11.2

Toggle release/3.11.2's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.11.2

Issues fixed in this release:

* Refactor openvpn::DnsOptions and related classes to enable better code reuse
* Make openvpn::DnsAddress::to_string() generate better parsable output strings
* [Linux] Added PUSH_UPDATE support for ovpn-dco
* [Linux] dco: Account for missing attributes in CMD_GET_PEER
* [Windows] Fix incorrect DNS server address assignment on the VPN adapter

CVE/2023-6247/core-3.8.4

Toggle CVE/2023-6247/core-3.8.4's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth

release/3.11.1

Toggle release/3.11.1's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.11.1

Issues fixed in this release:

* Increased buffer needed for pushed routes, allowing up to approx. 4000 routes
* [Windows] Fixed regression when --block-outside-dns is used together with --dhcp-option, breaking Umbrella DNS clients
* [Windows/macOS] Fixed regression related to split-dns when ovpn-agent was used.
* [Windows] Fixed race condition happening if client handle teardown happens close to an ovpn-agent /tun-setup call
* [Windows] Added VPN adapter interface index in the client connect event
* Fixed option name typo in the PUSH_UPDATE handling, which ignored pushed pushed --dhcp-option

release/3.11

Toggle release/3.11's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.11

Noticeable changes:

* Feature: Live route updates (PUSH_UPDATE)
* Feature: Data epoch key data format (see commit 06fc24b)
* Improvement: Create events on TLS alerts (see commit 7c602ae)
* Improvement: Report runtime OpenSSL version instead of compile-time version
* Bugfix: Client does not stop on SSL_ERROR
* Bugfix: Disallow sending invalid characters in post_cc messages
* Bugfix: DNS interface in tun_builder is non-functional with SWIG
* Bugfix: (macOS) link-local route removed on client when server on the same subnet
* Bugfix: (macOS) "no route to host" scenario on IP dual stack environments
* Bugfix: (Windows) Do not create NRTP exclude rules for pushed search domains

release/3.10.6

Toggle release/3.10.6's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.10.6

Fixed bugs in this release:
- macOS: Fix misbehaving IPv6 bypass route setup

release/3.10.5

Toggle release/3.10.5's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.10.5

Fixed bugs in this release:

* mac: fix split DNS for --dns option
* tunbuilder: add --dns compat code for iOS and Android

release/3.10.4

Toggle release/3.10.4's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.10.4

Noticeable changes:
* bugfix (macOS): make routing socket write error non-fatal
* bugfix (Windows): add NRPT GPOL notifications for x86 (32 bit) Windows