[Openvpn-devel] [M] Change in openvpn[master]: t_server_null: multiple improvements and fixes

2024-07-03 Thread cron2 (Code Review)
Attention is currently required from: mattock, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/669?usp=email ) Change subject: t_server_null: multiple improvements and fixes .. Patc

[Openvpn-devel] [M] Change in openvpn[master]: t_server_null: multiple improvements and fixes

2024-07-03 Thread cron2 (Code Review)
Attention is currently required from: mattock, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/669?usp=email ) Change subject: t_server_null: multiple improvements and fixes .. Patc

[Openvpn-devel] [M] Change in openvpn[master]: t_server_null: multiple improvements and fixes

2024-07-03 Thread cron2 (Code Review)
Attention is currently required from: mattock, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/669?usp=email ) Change subject: t_server_null: multiple improvements and fixes .. Patc

[Openvpn-devel] IRC community meeting summary

2024-07-03 Thread Johan Draaisma
Meeting summary for 3 July 2024: * *Updated, closed: release openvpn 2.6.11* /The original release was done on June 20th. A Windows installer update was done last week to solve an issue with localization and custom installation path (I002)./ * *Updated: forums topics* /novaflash fi

[Openvpn-devel] [XS] Change in openvpn[master]: mbedtls: Warn if --tls-version-min is too low

2024-07-03 Thread MaxF (Code Review)
Attention is currently required from: flichtenheld, plaisthos. Hello plaisthos, flichtenheld, I'd like you to do a code review. Please visit http://gerrit.openvpn.net/c/openvpn/+/684?usp=email to review the following change. Change subject: mbedtls: Warn if --tls-version-min is too low ..

[Openvpn-devel] [S] Change in openvpn[master]: Check that tls-version-min is supported on startup

2024-07-03 Thread MaxF (Code Review)
Attention is currently required from: flichtenheld, plaisthos. MaxF has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/683?usp=email ) Change subject: Check that tls-version-min is supported on startup .

[Openvpn-devel] [S] Change in openvpn[master]: Check that tls-version-min is supported on startup

2024-07-03 Thread MaxF (Code Review)
MaxF has abandoned this change. ( http://gerrit.openvpn.net/c/openvpn/+/683?usp=email ) Change subject: Check that tls-version-min is supported on startup .. Abandoned Superseded by https://gerrit.openvpn.net/c/openvpn/+/684 -

[Openvpn-devel] [XS] Change in openvpn[master]: mbedtls: Warn if --tls-version-min is too low

2024-07-03 Thread plaisthos (Code Review)
Attention is currently required from: MaxF, flichtenheld. plaisthos has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/684?usp=email ) Change subject: mbedtls: Warn if --tls-version-min is too low .. P

[Openvpn-devel] [PATCH v1] mbedtls: Warn if --tls-version-min is too low

2024-07-03 Thread Gert Doering
From: Max Fillinger Recent versions of mbedtls only support TLS 1.2. When the minimum version is set to TLS 1.0 or 1.1, log a warning and use 1.2 as the actual minimum version. Change-Id: Ibc641388d8016533c94dfef3618376f6dfa91f4e Signed-off-by: Max Fillinger Acked-by: Arne Schwabe --- This ch

[Openvpn-devel] [PATCH applied] Re: mbedtls: Warn if --tls-version-min is too low

2024-07-03 Thread Gert Doering
Thanks for that. This fixes my server test rig, which sets --tls-version-min to accept connections from very old clients - it will now (still) fail old clients that can not do TLS 1.2 (namely, OpenVPN 2.2(!) - 2.3 and up are fine), but it will not fail "everything else" as the current code did. Y

[Openvpn-devel] [XS] Change in openvpn[master]: mbedtls: Warn if --tls-version-min is too low

2024-07-03 Thread cron2 (Code Review)
cron2 has uploaded a new patch set (#2) to the change originally created by MaxF. ( http://gerrit.openvpn.net/c/openvpn/+/684?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by plaisthos Change subject: mbedtls: Warn if --tls-version-min is too low .

[Openvpn-devel] [XS] Change in openvpn[master]: mbedtls: Warn if --tls-version-min is too low

2024-07-03 Thread cron2 (Code Review)
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/684?usp=email ) Change subject: mbedtls: Warn if --tls-version-min is too low .. mbedtls: Warn if --tls-version-min is too low Recent versions of mbedtls