From 86358ef49baa48ac14cc22c764c475e97b6d6034 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 23 Dec 2020 11:05:21 -0800 Subject: openssl: Enable psk for qtbase TLS 1.3 implementation in qt5 uses psk so retain it for now (From OE-Core rev: ab2cc33331ee931e65a63a02cf034c1b8ee695ac) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssl/openssl_1.1.1i.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb index 74ca11387a..52e96b7831 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb @@ -63,7 +63,8 @@ CFLAGS_append_class-nativesdk = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/bu # 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" +# psk (qt5) +DEPRECATED_CRYPTO_FLAGS = "no-ssl no-idea 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} -- cgit v1.2.3-54-g00ecf