From 13e00726a9f20949468cd6e8f1b1c6baf95fabc6 Mon Sep 17 00:00:00 2001 From: GroovieGermanikus Date: Wed, 27 Mar 2024 12:31:40 +0100 Subject: [PATCH] fix 373: openssl-legacy.cnf --- openssl-legacy.cnf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 openssl-legacy.cnf diff --git a/openssl-legacy.cnf b/openssl-legacy.cnf new file mode 100644 index 00000000..38438a50 --- /dev/null +++ b/openssl-legacy.cnf @@ -0,0 +1,19 @@ +# Extend the default debian openssl config +# see https://gist.github.com/tothi/392dbb008ae0b60d25cfa4447bc21121 +# fixes "Global default library context, Algorithm (RC2-40-CBC : 0)" +.include = /etc/ssl/openssl.cnf + +openssl_conf = openssl_init + +[openssl_init] +providers = provider_sect + +[provider_sect] +default = default_sect +legacy = legacy_sect + +[default_sect] +activate = 1 + +[legacy_sect] +activate = 1