openssl/crypto/poly1305
Ard Biesheuvel fcf6e9d056 crypto/poly1305/asm: fix armv8 pointer authentication
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)
2020-10-29 17:17:21 +01:00
..
asm crypto/poly1305/asm: fix armv8 pointer authentication 2020-10-29 17:17:21 +01:00
build.info Diverse build.info: Adjust paths 2020-09-10 09:50:56 +02:00
poly1305_base2_44.c
poly1305_ieee754.c
poly1305.c Add ChaCha related ciphers to default provider 2019-10-16 16:18:42 +10:00