From: Khem Raj Date: Wed, 23 Dec 2020 07:24:11 +0000 (-0800) Subject: openssl: Enable rc4/rc2/bf/md4 algorithms X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52af41387f1c843e7677c0bb632b2b96f9793ebd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssl: Enable rc4/rc2/bf/md4 algorithms They are still needed by several packages in meta-openembedded Signed-off-by: Khem Raj Cc: Shachar Menashe Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb index a82fd512ac5..74ca11387ad 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb @@ -55,8 +55,15 @@ CFLAGS_append_class-native = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/built CFLAGS_append_class-nativesdk = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/builtin" # Disable deprecated crypto algorithms -# Retained for compatibilty - des (curl), dh (python-ssl), dsa (rpm) -DEPRECATED_CRYPTO_FLAGS = " no-ssl no-idea no-psk no-rc2 no-rc4 no-rc5 no-md2 no-md4 no-srp no-camellia no-bf no-mdc2 no-scrypt no-seed no-siphash no-sm2 no-sm3 no-sm4 no-whirlpool" +# Retained for compatibilty +# des (curl) +# dh (python-ssl) +# dsa (rpm) +# md4 (cyrus-sasl freeradius hostapd) +# bf (wvstreams postgresql x11vnc crda znc cfengine) +# rc4 (freerdp librtorrent ettercap xrdp transmission pam-ssh-agent-auth php) +# rc2 (mailx) +DEPRECATED_CRYPTO_FLAGS = "no-ssl no-idea no-psk no-rc5 no-md2 no-srp no-camellia no-mdc2 no-scrypt no-seed no-siphash no-sm2 no-sm3 no-sm4 no-whirlpool" do_configure () { os=${HOST_OS}