summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo SIMELIERE <hsimeliere.opensource@witekio.com>2023-03-03 16:42:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-14 14:59:10 +0000
commit144748fed89a2c9fc436b7091012dfb4f58b5981 (patch)
tree2a5ba3032f9b2fe762d7da64a6c2f223b7e359e3
parent507f16e1bc50b35a15b4b5513f726883643605a2 (diff)
downloadpoky-144748fed89a2c9fc436b7091012dfb4f58b5981.tar.gz
openssl: upgrade 1.1.1s to 1.1.1t
Major changes between OpenSSL 1.1.1s and OpenSSL 1.1.1t [7 Feb 2023] * Fixed X.400 address type confusion in X.509 GeneralName (CVE-2023-0286) * Fixed Use-after-free following BIO_new_NDEF (CVE-2023-0215) * Fixed Double free after calling PEM_read_bio_ex (CVE-2022-4450) * Fixed Timing Oracle in RSA Decryption (CVE-2022-4304) (From OE-Core rev: 22de5ecae3ebb04a4bab05010c04b205c52ee888) Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@witekio.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.1.1t.bb (renamed from meta/recipes-connectivity/openssl/openssl_1.1.1s.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1s.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1t.bb
index 6c8f285996..a1956ad8c2 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1s.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1t.bb
@@ -24,7 +24,7 @@ SRC_URI_append_class-nativesdk = " \
24 file://environment.d-openssl.sh \ 24 file://environment.d-openssl.sh \
25 " 25 "
26 26
27SRC_URI[sha256sum] = "c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa" 27SRC_URI[sha256sum] = "8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b"
28 28
29inherit lib_package multilib_header multilib_script ptest 29inherit lib_package multilib_header multilib_script ptest
30MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash" 30MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"