[openssl/openssl] 6d38cc: Fix ChaCha assembly code on 32-bit HPUX itanium sy...
    Bernd Edlinger 
    noreply at github.com
       
    Wed Aug  9 10:24:15 UTC 2023
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 6d38ccedb25f31dfab232e2669415fd4db18b20e
      https://github.com/openssl/openssl/commit/6d38ccedb25f31dfab232e2669415fd4db18b20e
  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)
    
    
More information about the openssl-commits
mailing list