[openssl/openssl] c9f278: Fix ChaCha assembly code on 32-bit HPUX itanium sy...

Bernd Edlinger noreply at github.com
Wed Aug 9 10:25:11 UTC 2023


  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: c9f278393ed459a51cc7984ae231536515e1001c
      https://github.com/openssl/openssl/commit/c9f278393ed459a51cc7984ae231536515e1001c
  Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
  Date:   2023-08-09 (Wed, 09 Aug 2023)

  Changed paths:
    M crypto/chacha/asm/chacha-ia64.pl

  Log Message:
  -----------
  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 at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21681)

(cherry picked from commit 6d38ccedb25f31dfab232e2669415fd4db18b20e)




More information about the openssl-commits mailing list