openssl/crypto/poly1305/asm
Rohan McLure 8d847a3ffd poly1305-ppc.pl: Fix vector register clobbering
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)
2024-01-09 15:45:32 +01:00
..
poly1305-armv4.pl Copyright year updates 2023-09-07 09:59:15 +01:00
poly1305-armv8.pl
poly1305-c64xplus.pl
poly1305-ia64.S
poly1305-mips.pl
poly1305-ppc.pl poly1305-ppc.pl: Fix vector register clobbering 2024-01-09 15:45:32 +01:00
poly1305-ppcfp.pl
poly1305-s390x.pl
poly1305-sparcv9.pl
poly1305-x86_64.pl Copyright year updates 2023-09-07 09:59:15 +01:00
poly1305-x86.pl