mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 20:52:59 +00:00
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>
This commit is contained in:
parent
0c91d984c3
commit
58793ca934
@ -13,7 +13,7 @@ PROVIDES += "cyassl"
|
||||
RPROVIDES:${PN} = "cyassl"
|
||||
|
||||
SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master"
|
||||
SRCREV = "0ea0b887a51771cc1668d71b9113bbc286dd4f8a"
|
||||
SRCREV = "a7635da9e64a43028d2f8f14bce75e4bed39f162"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user