mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
opensc: upgrade 0.24.0 -> 0.25.0
Changelog: ============ ## Security * [CVE-2023-5992]: Side-channel leaks while stripping encryption PKCS#1.5 padding in OpenSC * [CVE-2024-1454]: Potential use-after-free in AuthentIC driver during card enrollment in pkcs15init ## General improvements * Update OpenSSL 1.1.1 to 3.0 in MacOS build * Remove support for old card drivers Akis, GPK, Incrypto34 and Westcos, disable Cyberflex driver * Fix 64b to 32b conversions * Improvements for the p11test * Fix reader initialization without SCardControl * Make RSA PKCS#1 v1.5 depadding constant-time * Add option for disabling PKCS#1 v1.5 depadding (type 01 and 02) on the card * Enable MSI signing via Signpath CI integration for Windows * Fixed various issues reported by OSS-Fuzz and Coverity in drivers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ LICENSE = "LGPL-2.0-or-later"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7"
|
||||||
|
|
||||||
#v0.21.0
|
#v0.21.0
|
||||||
SRCREV = "f15d0c5295f3247ae56bf976cf411fec4b47b6ec"
|
SRCREV = "67986eda93a3a359a897f0b0be97f4315dde8d42"
|
||||||
SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https \
|
SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https \
|
||||||
"
|
"
|
||||||
DEPENDS = "virtual/libiconv openssl"
|
DEPENDS = "virtual/libiconv openssl"
|
||||||
Reference in New Issue
Block a user