]> 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:50:16 +0000 (15:50 +0100)
commitfe8f9c9debc7c61e72d5f7c7251ee3c05ed5d916
tree2e887948c97671cb2f973f2ff0abab7ec773d13b
parent69272362bd9ec59bc0afe63b907c8a0a54e0ae9c
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