forked from pool/libgcrypt
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
643993cbfa | |||
250026d56d | |||
c4e721bdfb |
@@ -1798,12 +1798,7 @@ Index: libgcrypt-1.11.1/tests/pkcs1v2.c
|
|||||||
|
|
||||||
err = gcry_sexp_build (&ciph, NULL,
|
err = gcry_sexp_build (&ciph, NULL,
|
||||||
"(enc-val (flags pkcs1)"
|
"(enc-val (flags pkcs1)"
|
||||||
@@ -480,19 +526,23 @@ check_v15crypt (void)
|
@@ -484,15 +530,19 @@ check_v15crypt (void)
|
||||||
if (err)
|
|
||||||
{
|
|
||||||
show_sexp ("ciph:\n", ciph);
|
|
||||||
- fail ("gcry_pk_decrypt failed: %s\n", gpg_strerror (err));
|
|
||||||
+ fail ("gcry_pk_decrypt w RSA failed: %s\n", gpg_strerror (err));
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 5 13:23:03 UTC 2025 - Angel Yankov <angel.yankov@suse.com>
|
Mon Jun 9 11:20:28 UTC 2025 - Angel Yankov <angel.yankov@suse.com>
|
||||||
|
|
||||||
- Security fix [bsc#1221107, CVE-2024-2236]
|
- Security fix [bsc#1221107, CVE-2024-2236]
|
||||||
* Add --enable-marvin-workaround to spec to enable workaround
|
* Add --enable-marvin-workaround to spec to enable workaround
|
||||||
* Fix timing based side-channel in RSA implementation ( Marvin attack )
|
* Fix timing based side-channel in RSA implementation ( Marvin attack )
|
||||||
* Add libgcrypt-CVE-2024-2236.patch
|
* Add libgcrypt-CVE-2024-2236.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@@ -129,8 +129,8 @@ export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
|
|||||||
--enable-pubkey-ciphers="$PUBKEYS" \
|
--enable-pubkey-ciphers="$PUBKEYS" \
|
||||||
--enable-digests="$DIGESTS" \
|
--enable-digests="$DIGESTS" \
|
||||||
--enable-kdfs="$KDFS" \
|
--enable-kdfs="$KDFS" \
|
||||||
|
--enable-marvin-workaround \
|
||||||
--enable-noexecstack \
|
--enable-noexecstack \
|
||||||
--enable-marvin-workaround \
|
|
||||||
--disable-static \
|
--disable-static \
|
||||||
%ifarch %{sparc}
|
%ifarch %{sparc}
|
||||||
--disable-asm \
|
--disable-asm \
|
||||||
|
Reference in New Issue
Block a user