Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[24.10] openvpn: update to 2.6.13 #25772

Open
wants to merge 1 commit into
base: openwrt-24.10
Choose a base branch
from

Conversation

AuthorReflex
Copy link
Contributor

@AuthorReflex AuthorReflex commented Jan 17, 2025

Maintainer: @neheb @AuthorReflex
Compile tested: ramips/mt7620
Run tested: Xiaomi Mi-mini

Feature changes:

  • on non-windows clients (MacOS, Linux, Unix) send "release" string from uname() call as IV_PLAT_VER to server
  • Windows: protect cached username, password and token in client memory
  • Windows: use new API to get dco-win driver version from driver
  • Linux: pass --timeout=0 argument to systemd-ask-password, to avoid default timeout of 90 seconds

Security fixes:

  • improve server-side handling of clients sending usernames or passwords longer than USER_PASS_LEN

Notable bug fixes:

  • FreeBSD DCO: fix memory leaks in nvlist handling
  • purge proxy authentication credentials from memory after use

For details refer to https://github.com/OpenVPN/openvpn/blob/v2.6.13/Changes.rst
(cherry-picked from #25765)

Feature changes:
 - on non-windows clients (MacOS, Linux, Unix) send "release" string from uname() call as IV_PLAT_VER to server
 - Windows: protect cached username, password and token in client memory
 - Windows: use new API to get dco-win driver version from driver
 - Linux: pass --timeout=0 argument to systemd-ask-password, to avoid default timeout of 90 seconds

Security fixes:
 - improve server-side handling of clients sending usernames or passwords longer than USER_PASS_LEN

Notable bug fixes:
 - FreeBSD DCO: fix memory leaks in nvlist handling
 - purge proxy authentication credentials from memory after use

For details refer to https://github.com/OpenVPN/openvpn/blob/v2.6.13/Changes.rst

Signed-off-by: Ivan Pavlov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant