]> 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:47:53 +0000 (15:47 +0100)
commitcd4d10a3b7dcd46a3a2f01996cab4d2d8d2f3119
tree7d920fbe52df744074214e9069f175e6af351904
parentd2f2eafa7f1d82ceda7b1c324f4c51a25a7ff3fa
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