[Openvpn-devel] [PATCH] protocol_dump: support tls-crypt

2023-10-30 Thread Reynir
Dear list, Please find attached a patch to add support for tls-crypt packets in protocol_dump. Currently, protocol_dump will print garbage for tls-crypt packets. This patch makes protocol_dump print the clear text parts of the packet such as the auth tag and replay packet id. It does not try

[Openvpn-devel] [S] Change in openvpn[master]: Fix building with cmake and mbed TLS

2023-10-30 Thread MaxF (Code Review)
Attention is currently required from: flichtenheld, plaisthos. MaxF has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/377?usp=email ) Change subject: Fix building with cmake and mbed TLS .. Patch Set

[Openvpn-devel] [S] Change in openvpn[master]: Fix building with cmake and mbed TLS

2023-10-30 Thread flichtenheld (Code Review)
Attention is currently required from: plaisthos. flichtenheld has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/377?usp=email ) Change subject: Fix building with cmake and mbed TLS .. Patch Set 1: Cod

Re: [Openvpn-devel] [PATCH 2/5] Fix unaligned access in macOS/Solaris hwaddr

2023-10-30 Thread Frank Lichtenheld
On Tue, Jan 31, 2023 at 11:59:41AM +0100, Frank Lichtenheld wrote: > On Mon, Jan 30, 2023 at 06:29:33PM +0100, Arne Schwabe wrote: > > The undefined behaviour USAN clang checker found this. > > > > This fix is a bit messy but so are the original structures. > > > > Acked-By: Frank Lichtenheld >

[Openvpn-devel] [PATCH] Add mbedtls3 GHA build

2023-10-30 Thread Frank Lichtenheld
Change-Id: I9edb3e336bb9efe6f555fa6b323a4a0a944f683d Signed-off-by: Frank Lichtenheld --- .github/workflows/build.yaml | 51 1 file changed, 51 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 60d3da5e..cd72f3db 100

[Openvpn-devel] [PATCH applied] Re: Add mbedtls3 GHA build

2023-10-30 Thread Gert Doering
Acked-by: Gert Doering Looks reasonable and succeeds in my GH test repo. Your patch has been applied to the master branch. commit 5af57e348ed3a5f451aca1bba5ba57b3a34e5d11 Author: Frank Lichtenheld Date: Mon Oct 30 18:13:15 2023 +0100 Add mbedtls3 GHA build Signed-off-by: Frank Lic