]> 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:43:58 +0000 (15:43 +0100)
commit1a81d509a001607e40eb49174fa555068bdf7c48
tree5cdb7de8750ca3d79b8be0a92eda36f982bd9724
parent7f6cc862c69800a72c49fcfe89e2931ee4ca2e7a
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)
crypto/chacha/asm/chacha-armv8-sve.pl
crypto/sm3/asm/sm3-armv8.pl
crypto/sm4/asm/sm4-armv8.pl