|
| 1 | +Overview of changes in 2.6.15 |
| 2 | +============================= |
| 3 | +New features / User visible changes |
| 4 | +----------------------------------- |
| 5 | +- on Windows, do not use "wmic.exe" any longer to set DNS search domain |
| 6 | + (discontinued by Microsoft), use "powershell" fragment instead. |
| 7 | + |
| 8 | +- on Windows, logging to the windows event log has been improved |
| 9 | + (and logging of GetLastError() strings repaired). To make this work, |
| 10 | + a new "openvpnmsgserv.dll" library is now installed and registered. |
| 11 | + |
| 12 | +- DNS domain names are now strictly validated with a positive-list of |
| 13 | + allowed characters (including UTF-8 high-bit-set bytes) before being |
| 14 | + handed to powershell. |
| 15 | + |
| 16 | +- Apply more checks to incoming TLS handshake packets before creating |
| 17 | + new state - namely, verify message ID / acked ID for "valid range for |
| 18 | + an initial packet". This fixes a problem with clients that float |
| 19 | + very early but send control channel packet from the pre-float IP |
| 20 | + (Github: OpenVPN/openvpn#704), backported from 2.7_beta1. |
| 21 | + |
| 22 | +- backport handling of client float notifications on FreeBSD 14/STABLE DCO |
| 23 | + (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289303) |
| 24 | + |
| 25 | +- update GPL license text to latest version from FSF |
| 26 | + |
| 27 | +- on Linux, on interfaces where applicable, OpenVPN explicitly configures |
| 28 | + the broadcast address again. This was dropped for 2.6.0 "because |
| 29 | + computers are smart and can do it themselves", but the kernel netlink |
| 30 | + interface isn't, and will install "0.0.0.0". This does not normally |
| 31 | + matter, but for broadcast-based applications that get the address to |
| 32 | + use from "ifconfig", this change repairs functionality. |
| 33 | + |
| 34 | + |
| 35 | +Code maintenance |
| 36 | +---------------- |
| 37 | +- remove a few extra newline characters at the end of rarely-seen log lines |
| 38 | + |
| 39 | +- replace assert() calls in the code with OpenVPN ASSERT() calls |
| 40 | + (not subject to -DNDEBUG, plus better logging on the actual cause) |
| 41 | + |
| 42 | +- remove "dh 20248.pem" from all sample configurations, remove "dh2048.pem" |
| 43 | + file from source tree - OpenSSL 3.5 Seclevel=3 considers this "not |
| 44 | + secure enough" and OpenVPN has not needed an explit DH file in a long while. |
| 45 | + |
| 46 | +- properly handle "old Linux DCO" enum definitions conflicting with |
| 47 | + "new Linux DCO" kernel headers (uapi/linux/if_link.h) |
| 48 | + |
| 49 | +- fix stdint.h related build errors on Fedora 42 |
| 50 | + |
| 51 | +- GHA: update dependencies, pin CMake version |
| 52 | + |
| 53 | +- fix MBEDTLS_DEPRECATED_REMOVED build errors (improve compatibility with |
| 54 | + recent versions of mbedTLS) |
| 55 | + |
| 56 | + |
| 57 | +Documentation Updates |
| 58 | +--------------------- |
| 59 | +- improve ``--tmp-dir`` documentation |
| 60 | + |
| 61 | + |
| 62 | +Bugfixes |
| 63 | +-------- |
| 64 | +- dco-win: fix a possible "out of scope" access on access to the |
| 65 | + "OVERLAPPED" Structure (backport of master commit f60a493) |
| 66 | + |
| 67 | +- bring back configuring of broadcast address on Linux tun/tap interface |
| 68 | + (see above) |
| 69 | + |
| 70 | + |
1 | 71 | Overview of changes in 2.6.14 |
2 | 72 | ============================= |
3 | 73 | Security fixes |
|
0 commit comments