Re: [Openvpn-devel] [PATCH] Avoid a crash in mbed TLS 2.25 with --verb < 8

2021-03-15 Thread Steffan Karger
Hi, On 08-03-2021 15:21, Arne Schwabe wrote: > mbed TLS 2.25 has a nasty bug that the print function for Montgomery style > EC curves (Curve25519 and Curve448) does segfault. See also the issue > reported here: https://github.com/ARMmbed/mbedtls/issues/4208 > > We request always debug level 3 fro

Re: [Openvpn-devel] [PATCH] Avoid a crash in mbed TLS 2.25 with --verb < 8

2021-03-09 Thread Arne Schwabe
Am 09.03.21 um 10:09 schrieb Antonio Quartulli: > Hi, > > On 08/03/2021 15:21, Arne Schwabe wrote: > [cut] > >> diff --git a/src/openvpn/options.c b/src/openvpn/options.c >> index 0eb049d8..6d908e15 100644 >> --- a/src/openvpn/options.c >> +++ b/src/openvpn/options.c >> @@ -5883,6 +5883,12 @@ add

Re: [Openvpn-devel] [PATCH] Avoid a crash in mbed TLS 2.25 with --verb < 8

2021-03-09 Thread Antonio Quartulli
Hi, On 08/03/2021 15:21, Arne Schwabe wrote: [cut] > diff --git a/src/openvpn/options.c b/src/openvpn/options.c > index 0eb049d8..6d908e15 100644 > --- a/src/openvpn/options.c > +++ b/src/openvpn/options.c > @@ -5883,6 +5883,12 @@ add_option(struct options *options, > { > VERIFY_PER

[Openvpn-devel] [PATCH] Avoid a crash in mbed TLS 2.25 with --verb < 8

2021-03-08 Thread Arne Schwabe
mbed TLS 2.25 has a nasty bug that the print function for Montgomery style EC curves (Curve25519 and Curve448) does segfault. See also the issue reported here: https://github.com/ARMmbed/mbedtls/issues/4208 We request always debug level 3 from mbed TLS but filter out any debug output of level 3 un