mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
fcf6e9d056
PAC pointer authentication signs the return address against the value of the stack pointer, to prevent stack overrun exploits from corrupting the control flow. However, this requires that the AUTIASP is issued with SP holding the same value as it held when the PAC value was generated. The Poly1305 armv8 code got this wrong, resulting in crashes on PAC capable hardware. Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13256) |
||
---|---|---|
.. | ||
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 |