diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-07 16:33:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-09 10:17:15 -0800 |
commit | 58793ca934d3ed33c6919d28a37811e73a036639 (patch) | |
tree | a9de06e759c395a7fd57943ccdb939a539bbdb56 /meta-networking/recipes-connectivity/wolfssl | |
parent | 0c91d984c3c43085e65a4ad04df218550c7ced29 (diff) | |
download | meta-openembedded-58793ca934d3ed33c6919d28a37811e73a036639.tar.gz |
wolfssl: upgrade 5.5.2 -> 5.5.3
Fixes
---------
Fix for possible buffer zeroization overrun introduced at the end of
v5.5.2 release cycle in GitHub pull request 5743 (#5743) and fixed in
pull request 5757 (#5757). In the case where a specific memory allocation
failed or a hardware fault happened there was the potential for an overrun
of 0's when masking the buffer used for (D)TLS 1.2 and lower operations.
(D)TLS 1.3 only and crypto only users are not affected by the issue.
This is not related in any way to recent issues reported in OpenSSL.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/wolfssl')
-rw-r--r-- | meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.3.bb (renamed from meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.2.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.3.bb index aafb6d370f..cef2b16620 100644 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.2.bb +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.3.bb | |||
@@ -13,7 +13,7 @@ PROVIDES += "cyassl" | |||
13 | RPROVIDES:${PN} = "cyassl" | 13 | RPROVIDES:${PN} = "cyassl" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master" | 15 | SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master" |
16 | SRCREV = "0ea0b887a51771cc1668d71b9113bbc286dd4f8a" | 16 | SRCREV = "a7635da9e64a43028d2f8f14bce75e4bed39f162" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||