[Openvpn-devel] [PATCH] Replace deprecated mbedtls DRBG update function

2021-08-09 Thread Max Fillinger
The function mbedtls_ctr_drbg_update is deprecated as of mbedtls 2.16 and is superseded by mbedtls_ctr_drbg_update_ret, which returns an error code. This commit replaces the call to the deprecated function with the new one and logs a warning in case of an error. For older versions of mbedtls, we a

Re: [Openvpn-devel] [PATCH] Make 2nd parameter to --ifconfig-ipv6 no longer mandatory.

2021-08-09 Thread Antonio Quartulli
Hi, On 06/08/2021 13:01, Gert Doering wrote: > --ifconfig-ipv6 takes two parameters, "local ipv6 address / netbits" > and "remote ipv6 address". > > We only *need* a remote ipv6 address if we are in TAP mode, want to > install --route-ipv6 routes, and neither --route-ipv6-gateway is set > nor a g