mirror of
https://github.com/openssl/openssl.git
synced 2024-12-27 06:21:43 +08:00
8d847a3ffd
Fixes CVE-2023-6129 The POLY1305 MAC (message authentication code) implementation in OpenSSL for PowerPC CPUs saves the the contents of vector registers in different order than they are restored. Thus the contents of some of these vector registers is corrupted when returning to the caller. The vulnerable code is used only on newer PowerPC processors supporting the PowerISA 2.07 instructions. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23200) |
||
---|---|---|
.. | ||
poly1305-armv4.pl | ||
poly1305-armv8.pl | ||
poly1305-c64xplus.pl | ||
poly1305-ia64.S | ||
poly1305-mips.pl | ||
poly1305-ppc.pl | ||
poly1305-ppcfp.pl | ||
poly1305-s390x.pl | ||
poly1305-sparcv9.pl | ||
poly1305-x86_64.pl | ||
poly1305-x86.pl |