Changes between Version 18 and Version 19 of ChangesInOpenvpn24


Ignore:
Timestamp:
04/16/20 13:28:54 (4 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangesInOpenvpn24

    v18 v19  
    22
    33An overview is available in [https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst Changes.rst]. Complete change logs below.
     4
     5== OpenVPN 2.4.9 ==
     6
     7{{{
     8Antonio Quartulli (1):
     9      socks: use the right function when printing struct openvpn_sockaddr
     10
     11Arne Schwabe (3):
     12      Fetch OpenSSL versions via source/old links
     13      Fix OpenSSL error stack handling of tls_ctx_add_extra_certs
     14      Fix OpenSSL 1.1.1 not using auto elliptic curve selection
     15
     16Gert Doering (1):
     17      Preparing release v2.4.9 (ChangeLog, version.m4, Changes.rst)
     18
     19Lev Stipakov (4):
     20      Fix broken fragmentation logic when using NCP
     21      Fix building with --enable-async-push in FreeBSD
     22      Fix broken async push with NCP is used
     23      Fix illegal client float (CVE-2020-11810)
     24
     25Maxim Plotnikov (1):
     26      OpenSSL: Fix --crl-verify not loading multiple CRLs in one file
     27
     28Santtu Lakkala (1):
     29      Fix OpenSSL private key passphrase notices
     30
     31Selva Nair (7):
     32      Swap the order of checks for validating interactive service user
     33      Move querying username/password from management interface to a function
     34      When auth-user-pass file has no password query the management interface (if available).
     35      Fix possibly uninitialized return value in GetOpenvpnSettings()
     36      Fix possible access of uninitialized pipe handles
     37      Skip expired certificates in Windows certificate store
     38      Allow unicode search string in --cryptoapicert option
     39
     40Tom van Leeuwen (1):
     41      mbedTLS: Make sure TLS session survives move
     42
     43WGH (1):
     44      docs: Add reference to X509_LOOKUP_hash_dir(3)
     45}}}
    446
    547== OpenVPN 2.4.8 ==