This patch set addresses some issues found by Trail of Bits in an
audit of OpenVPN 2.x. This audit is currently not public but the
intention is to publish it.

The audit contained no vulnerability or problem that was deemed a
vulnerability that needed a CVE or coordinated release. Therefore,
this patch set is send to the public mailing list instead of going
through a closed review only on the secur...@openvpn.net list that
we would have done otherwise.

This patch set also includes another security patch that is unrelated to
the audit (Make management password check constant time) that was reported
by Connor Edwards <c...@pm.me>.


Arne Schwabe (7):
  Make management password check constant time
  Ensure that argument to parse_line has always space for final sentinel
  Improve documentation on user/password requirement and unicodize
    function
  Eliminate or comment empty blocks and switch fallthrough
  Remove unused gc_arena
  Fix corner case that might lead to leaked file descriptor
  Deprecate NTLMv1 proxy auth method.

David Sommerseth (1):
  ssl_verify: Fix memleak if creating deferred auth control files fails

 src/openvpn/comp-lz4.c    |  1 +
 src/openvpn/crypto.c      |  1 +
 src/openvpn/forward.c     |  3 --
 src/openvpn/init.c        |  1 +
 src/openvpn/lzo.c         |  1 +
 src/openvpn/manage.c      |  6 +++-
 src/openvpn/misc.c        |  1 +
 src/openvpn/misc.h        |  1 +
 src/openvpn/multi.c       |  2 --
 src/openvpn/ntlm.c        | 13 ++++++++
 src/openvpn/options.c     | 14 +++-----
 src/openvpn/proxy.c       |  2 ++
 src/openvpn/push.c        |  4 +--
 src/openvpn/ssl_openssl.c | 68 ++++++++++++++++++---------------------
 src/openvpn/ssl_verify.c  |  6 ++--
 15 files changed, 68 insertions(+), 56 deletions(-)

-- 
2.37.1 (Apple Git-137.1)



_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to