diff options
author | Beniamin Sandu <beniaminsandu@gmail.com> | 2024-02-05 22:40:43 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:06 -0800 |
commit | f51fe152e802aacb913c8b447fb56d4a8b01c643 (patch) | |
tree | c72ffb53145ab0f51c7a7c42fddf0c3673abc5b0 /meta-networking/recipes-connectivity/mbedtls | |
parent | b1e57692e04a01df013265ed6f91225282314ffe (diff) | |
download | meta-openembedded-f51fe152e802aacb913c8b447fb56d4a8b01c643.tar.gz |
mbedtls: upgrade 2.28.4 -> 2.28.7
Includes security fixes for:
CVE-2023-43615 - Buffer overread in TLS stream cipher suites
CVE-2024-23170 - Timing side channel in private key RSA operations
CVE-2024-23775 - Buffer overflow in mbedtls_x509_set_extension()
Other changes:
https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-2.28.5
License updated to dual Apache-2.0 OR GPL-2.0-or-later.
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/mbedtls')
-rw-r--r-- | meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.4.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb index 80ec8a5af..9a6487ccd 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.4.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb | |||
@@ -17,13 +17,13 @@ understand what the code does. It features: \ | |||
17 | 17 | ||
18 | HOMEPAGE = "https://tls.mbed.org/" | 18 | HOMEPAGE = "https://tls.mbed.org/" |
19 | 19 | ||
20 | LICENSE = "Apache-2.0" | 20 | LICENSE = "Apache-2.0 | GPL-2.0-or-later" |
21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d" |
22 | 22 | ||
23 | SECTION = "libs" | 23 | SECTION = "libs" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | SRCREV = "aeb97a18913a86f051afab11b2c92c6be0c2eb83" | 26 | SRCREV = "555f84735aecdbd76a566cf087ec8425dfb0c8ab" |
27 | SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28 \ | 27 | SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28 \ |
28 | file://run-ptest \ | 28 | file://run-ptest \ |
29 | " | 29 | " |