|
| 1 | +Overview of changes in 2.6.20 |
| 2 | +============================= |
| 3 | +Security fixes |
| 4 | +-------------- |
| 5 | +- fix race condition in TLS handshake that could lead to leaking of |
| 6 | + packet data from a previous handshake under specific circumstances |
| 7 | + (CVE-2026-40215) |
| 8 | + |
| 9 | + (Bug found by XlabAI Team of Tencent Xuanwu Lab (xlabai@tencent.com)) |
| 10 | + |
| 11 | +- fix server ASSERT() on receiving a suitably malformed packet with |
| 12 | + a valid tls-crypt-v2 key (CVE-2026-35058) |
| 13 | + |
| 14 | + (Bug found by XlabAI Team of Tencent Xuanwu Lab (xlabai@tencent.com), |
| 15 | + and independently by Emma Reuter of Cisco ASIG (TALOS-2026-2381)) |
| 16 | + |
| 17 | +Bugfixes |
| 18 | +-------- |
| 19 | +- management: stop periodic bytecount output on mgmt client disconnection |
| 20 | + |
| 21 | +- FreeBSD: make DCO work on systems with no IPv4 support |
| 22 | + |
| 23 | +- FreeBSD: fix compilation with --enable-async-push on FreeBSD 15 |
| 24 | + |
| 25 | +- Linux: make DCO work on big endian architectures (MIPS, PowerPC) |
| 26 | + |
| 27 | +- Windows: fix deinstallation progress bar on adapter deletion. |
| 28 | + |
| 29 | +- Linux: fix problem with DCO kernel notifications getting lost, leading |
| 30 | + to overcounting of number of connected clients and general confusion |
| 31 | + between kernel and userland regarding peer status (Github #900, #918, |
| 32 | + #931, #919, #945) - this is a backport of the fixes in 2.7 plus the |
| 33 | + infrastructural changes around DCO needed to support it. |
| 34 | + |
| 35 | +Documentation updates |
| 36 | +--------------------- |
| 37 | +- fix ``client-nat`` syntax and examples |
| 38 | + |
| 39 | +Code maintenance / Compat changes |
| 40 | +--------------------------------- |
| 41 | +- adjust some 'const' qualifiers to ISO C23 updates in glibc-2.43 |
| 42 | + (namely some strstr(), strchr() and strrchr() uses) |
| 43 | + |
| 44 | + |
1 | 45 | Overview of changes in 2.6.19 |
2 | 46 | ============================= |
3 | 47 | Bugfixes |
|
0 commit comments