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
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
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
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
>
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
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