diff options
author | Beniamin Sandu <beniaminsandu@gmail.com> | 2024-02-05 21:47:36 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:06 -0800 |
commit | b1e57692e04a01df013265ed6f91225282314ffe (patch) | |
tree | 40be9625a08b0df43e4270ceb2241575c6e19195 /meta-networking/recipes-connectivity | |
parent | c11ba7a08a44e8f16beff93442e9a2761c050dac (diff) | |
download | meta-openembedded-b1e57692e04a01df013265ed6f91225282314ffe.tar.gz |
mbedtls: upgrade 3.5.1 -> 3.5.2
* Includes security fix for CVE-2024-23170 - Timing side channel in private key RSA operations
* Includes security fix for CVE-2024-23775 - Buffer overflow in mbedtls_x509_set_extension()
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.2.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.1.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.2.bb index 6fc824898..d61c54edb 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.1.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.2.bb | |||
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d" | |||
23 | SECTION = "libs" | 23 | SECTION = "libs" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | SRCREV = "edb8fec9882084344a314368ac7fd957a187519c" | 26 | SRCREV = "daca7a3979c22da155ec9dce49ab1abf3b65d3a9" |
27 | SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=master \ | 27 | SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=master \ |
28 | file://0001-AES-NI-use-target-attributes-for-x86-32-bit-intrinsi.patch \ | 28 | file://0001-AES-NI-use-target-attributes-for-x86-32-bit-intrinsi.patch \ |
29 | file://run-ptest" | 29 | file://run-ptest" |