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