]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix test failures on big endian ARMv9 target
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 3 Apr 2025 12:33:25 +0000 (14:33 +0200)
committerMatt Caswell <matt@openssl.org>
Mon, 14 Apr 2025 14:46:16 +0000 (15:46 +0100)
commit9fbad63989f28b590d4f9fb2b45be87242d56b97
treef3b62a70d2975fb45e8327a7e396517a4b6421f2
parent6f471de93a634e49c9682b83d32d849e6f25051d
Fix test failures on big endian ARMv9 target

This fixes a couple of big-endian issues in the
assembler code of chacha, SM3 and SM4.

Fixes #27197
Tested-by: @zeldin
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27252)

(cherry picked from commit 1a81d509a001607e40eb49174fa555068bdf7c48)
crypto/chacha/asm/chacha-armv8-sve.pl
crypto/sm3/asm/sm3-armv8.pl
crypto/sm4/asm/sm4-armv8.pl