[Openvpn-devel] [PATCH v2] tests: remove dependency on base64

2019-05-08 Thread Steffan Karger
From: Steffan Karger Triggered by the report from Ilya, that if base64 is missing, the tests would still report success: Testing tls-crypt-v2 key generation (max length metadata)/t_lpback.sh: base64: not found OK PASS: t_lpback.sh The easiest way to fix that, is to remove the depende

Re: [Openvpn-devel] [PATCHv2] openssl: Fix compilation without deprecated OpenSSL 1.1 APIs

2019-05-08 Thread Arne Schwabe
Am 04.04.19 um 00:56 schrieb Rosen Penev: > EVP_CIPHER_CTX_init and _cleanup were deprecated in 1.1 and both were > replaced with _reset. > > Also removed initialization with OpenSSL 1.1 as it is no longer needed and > causes compilation errors when disabling deprecated APIs. > > Same with SSL_CT

Re: [Openvpn-devel] [PATCH v2] Fix broken fragment/mssfix with NCP

2019-05-08 Thread Arne Schwabe
Am 21.01.19 um 21:04 schrieb Lev Stipakov: > From: Lev Stipakov > > NCP negotiation replaces worst cast crypto overhead > with actual one in data channel frame. That frame > params are used by mssfix. > > Fragment frame still contains worst case overhead. > Because of that TCP packets are fragme

Re: [Openvpn-devel] [PATCH v3 1/7] implement networking API for iproute2

2019-05-08 Thread Arne Schwabe
Am 19.12.18 um 06:01 schrieb Antonio Quartulli: > iproute2 is the first user of the new networking API and > its one of the two currently supported functionalities on > Linux (the other being net-tools). > > This patch simply copies the current code from tun.c/route.c > to networking_ip.c without

Re: [Openvpn-devel] [PATCH v3 2/7] introduce sitnl: Simplified Interface To NetLink

2019-05-08 Thread Arne Schwabe
Am 19.12.18 um 06:01 schrieb Antonio Quartulli: > This patch introduces a tiny netlink interface, optimized > for the openvpn use case. > > It basically exposes all those operations that are currently > handled by directly calling the /sbin/ip command (or even > ifconfig/route, if configured). >