Re: [Openvpn-devel] [PATCH v3] Do not write extra 0 byte for --gen-key with auth-token/tls-crypt-v2

2020-05-03 Thread Steffan Karger
Hi, On 27-04-2020 03:26, Arne Schwabe wrote: > Change crypto_pem_encode to not put a nul-terminated terminated > string into the buffer. This was useful for printf but should > not be written into the file. > > Instead do not assume that the buffer is null terminated and > print only the number

[Openvpn-devel] is anybody running tests on Fedora ?

2020-05-03 Thread Илья Шипицин
Hello, t_client.sh requires "fping6" binary, which is not available on Fedora. on Fedora "fping" is capable of running ipv6 pings. shall we adopt test ? Cheers, Ilya Shipitcin ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https:

Re: [Openvpn-devel] is anybody running tests on Fedora ?

2020-05-03 Thread Gert Doering
Hi, On Mon, May 04, 2020 at 01:02:41AM +0500, ?? wrote: > t_client.sh requires "fping6" binary, which is not available on Fedora. > on Fedora "fping" is capable of running ipv6 pings. > > shall we adopt test ? just do a symlink fping6 -> fping :-) A real check is more compl