Software Update: OpenVPN 2.4.9

Spread the love

OpenVPN is a robust and easy to set up open source VPN daemon that allows several private networks to be linked together through an encrypted tunnel over the internet. For security, the OpenSSL library is used, which can handle all encryption, authentication and certification. The developers have released version 2.4.9 with the following changes:

New features

  • Allow unicode search string in –cryptoapicert option (Windows)

User visible changes

  • Skip expired certificates in Windows certificate store (Windows) (trac #966)
  • OpenSSL: Fix –crl-verify not loading multiple CRLs in one file (trac #623)
  • When using “–auth-user-pass file” with just a username and no password in the file, OpenVPN now queries the management interface (if active) for the credentials. Previously it would query the console for the password, and fail if no console available (normal case on Windows) (trac #757)
  • Swap the order of checks for validating interactive service user (Windows: check config location before querying domain controller for group membership, which can be slow)

bug fixes

  • fix condition where a client’s session could “float” to a new IP address that is not authorized (“fix illegal client float”).
  • This can be used to disrupt service to a freshly connected client (no session keys negotiated yet). It can not be used to inject or steal VPN traffic. CVE-2020-11810, trac #1272).
  • fix combination of async push (deferred auth) and NCP (trac #1259)
  • Fix OpenSSL 1.1.1 not using auto elliptic curve selection (trac #1228)
  • Fix OpenSSL error stack handling or tls_ctx_add_extra_certs
  • mbedTLS: Make sure TLS session survives move (trac #880)
  • Fix OpenSSL private key passphrase notices
  • Fix building with –enable-async-push in FreeBSD (trac #1256)
  • Fix broken fragmentation logic when using NCP (trac #1140)

Version number 2.4.9
Release status Final
Operating systems Windows 7, Linux, macOS, Windows Server 2008, Windows Server 2012, Windows 8, Windows 10, Windows Server 2016
Website OpenVPN
Download
License type Conditions (GNU/BSD/etc.)
You might also like