Bug#1023884: vtun: patch for libssl3

2023-05-06 Thread Christoph Lechleitner
On Wed, 23 Nov 2022 14:08:58 +0100 Sylvain Rochet wrote: Attached patch is a better approach to fix that by loading providers in main instead of crypto module. That way it also works for legacy VTun crypto module (VTun <= 2.6) if there are any users left and is future proof for auth module.

Bug#1023884: vtun: patch for libssl3

2022-11-23 Thread Sylvain Rochet
Hi, Attached patch is a better approach to fix that by loading providers in main instead of crypto module. That way it also works for legacy VTun crypto module (VTun <= 2.6) if there are any users left and is future proof for auth module. Sylvain diff -Nru vtun-3.0.4.orig/main.c vtun-3.0.4/mai

Bug#1023884: vtun: patch for libssl3

2022-11-11 Thread Sylvain Rochet
Package: vtun Version: 3.0.4-2+b1 Severity: important Dear Maintainer, gdb: Program received signal SIGSEGV, Segmentation fault. 0x77c063a2 in EVP_CIPHER_CTX_set_key_length () from /lib/x86_64-linux-gnu/libcrypto.so.3 OpenSSL 3.0 introduced providers, legacy algorithms such as RC4 o