[Openvpn-devel] [PATCH applied] Re: gerrit-send-mail.py: Add patch version to subject

2023-10-29 Thread Gert Doering
Acked-by: Gert Doering Thanks, this is useful :-) - I haven't actually tested it yet, just looked at the change (and the results of you using it on mbedtls v7...). Your patch has been applied to the master branch. commit ba5ed490d3844705cc950dc2eae8c6a92938e757 (master) Author: Frank Lichtenhel

[Openvpn-devel] [PATCH applied] Re: Add --enable-werror to all platforms in Github Actions

2023-10-29 Thread Gert Doering
Your patch has been applied to the master branch. commit 5b088913e5854aba4e71f459844a1aa147d82b8a (master) Author: Arne Schwabe Date: Wed Oct 25 14:17:10 2023 +0200 Add --enable-werror to all platforms in Github Actions Signed-off-by: Arne Schwabe Acked-by: Frank Lichtenheld

[Openvpn-devel] [XS] Change in openvpn[master]: Add --enable-werror to all platforms in Github Actions

2023-10-29 Thread cron2 (Code Review)
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/376?usp=email ) Change subject: Add --enable-werror to all platforms in Github Actions .. Add --enable-werror to all platforms in Github Actions Change-Id

[Openvpn-devel] [XS] Change in openvpn[master]: Add --enable-werror to all platforms in Github Actions

2023-10-29 Thread cron2 (Code Review)
cron2 has uploaded a new patch set (#3) to the change originally created by plaisthos. ( http://gerrit.openvpn.net/c/openvpn/+/376?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by flichtenheld Change subject: Add --enable-werror to all platforms in Github Acti

[Openvpn-devel] [PATCH applied] Re: Add support for mbedtls 3.X.Y

2023-10-29 Thread Gert Doering
Tested against mbedtls 3.5.0 locally installed. Without this patch, it complains about "2.x.x required", and with the patch it configures and builds mostly fine. crypto_mbedtls.c throws a warning here: crypto_mbedtls.c:568:1: warning: conflicting types for 'cipher_ctx_init' due to enum/inte

[Openvpn-devel] [L] Change in openvpn[master]: Add support for mbedtls 3.X.Y

2023-10-29 Thread cron2 (Code Review)
cron2 has uploaded a new patch set (#8) to the change originally created by MaxF. ( http://gerrit.openvpn.net/c/openvpn/+/370?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by flichtenheld Change subject: Add support for mbedtls 3.X.Y ..

[Openvpn-devel] [L] Change in openvpn[master]: Add support for mbedtls 3.X.Y

2023-10-29 Thread cron2 (Code Review)
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/370?usp=email ) Change subject: Add support for mbedtls 3.X.Y .. Add support for mbedtls 3.X.Y Most struct fields in mbedtls 3 are private and now need ac