]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix ChaCha assembly code on 32-bit HPUX itanium systems
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Tue, 8 Aug 2023 04:48:33 +0000 (06:48 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 9 Aug 2023 10:22:20 +0000 (12:22 +0200)
commit6d38ccedb25f31dfab232e2669415fd4db18b20e
treea0b61becada5aea8f513e23f766ee26caf1c3304
parent9607f5ccf285ac9988a86f95c5ad9f92b556a843
Fix ChaCha assembly code on 32-bit HPUX itanium systems

This fixes the reported crashes 32-bit HPUX systems due to
raw out and inp pointer values, and adds one nop instruction
on 64-bit systems, like it is done in other assembly modules
for those systems.

The fix was tested by @johnkohl-hcl see:
https://github.com/openssl/openssl/issues/17067#issuecomment-1668468033

Fixes #17067

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21681)
crypto/chacha/asm/chacha-ia64.pl