openssl/crypto/aes
Andy Polyakov 9a18aae5f2 AArch64 assembly pack: authenticate return addresses.
ARMv8.3 adds pointer authentication extension, which in this case allows
to ensure that, when offloaded to stack, return address is same at return
as at entry to the subroutine. The new instructions are nops on processors
that don't implement the extension, so that the vetification is backward
compatible.

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8205)
2019-02-12 19:00:42 +01:00
..
asm AArch64 assembly pack: authenticate return addresses. 2019-02-12 19:00:42 +01:00
aes_cbc.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_cfb.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_core.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_ecb.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_ige.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_locl.h Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_misc.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_ofb.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_wrap.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
aes_x86core.c Following the license change, modify the boilerplates in crypto/aes/ 2018-12-06 14:23:25 +01:00
build.info Build: Remove BEGINRAW / ENDRAW / OVERRIDE 2019-01-31 16:19:49 +01:00