mbedtls/ChangeLog.d
Gilles Peskine cbb9caead4 Changelog for building SHA-256 and 512 with old libc
Linux/Aarch64: support SHA acceleration detection with older libc

On Linux on aarch64 (64-bit ARMv8) processors, we use getauxval() to detect
whether the runtime environment supports SHA-256 or SHA-512 acceleration.
Some libc do not define the necessary HWCAP_xxx constants to analyze the
result of getauxval(), either because they don't bother or because they're
too old to recognize the values we need (for example, HWCAP_SHA2 appeared in
Glibc 2.24 and HWCAP_SHA512 appeared in Glibc 2.27). In such cases, assume
that the values are the same as in the kernel ABI and define the constants
manually.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2024-01-30 15:25:37 +00:00
..
2024-01-09 13:41:53 +01:00
2024-01-05 10:37:58 +01:00
2024-01-18 08:42:38 +01:00
2024-01-23 15:29:40 +05:30
2023-10-25 09:06:24 +01:00
2024-01-16 13:24:45 +00:00
2024-01-19 16:14:55 +00:00
2024-01-10 09:43:30 +01:00
2023-10-12 11:00:49 +01:00