[openssl/openssl] 6754de: Avoid clobbering non-volatile XMM registers

Bernd Edlinger noreply at github.com
Sat Sep 2 08:30:39 UTC 2023


  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 6754de4a121ec7f261b16723180df6592cbb4508
      https://github.com/openssl/openssl/commit/6754de4a121ec7f261b16723180df6592cbb4508
  Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
  Date:   2023-09-02 (Sat, 02 Sep 2023)

  Changed paths:
    M crypto/poly1305/asm/poly1305-x86_64.pl

  Log Message:
  -----------
  Avoid clobbering non-volatile XMM registers

This affects some Poly1305 assembler functions
which are only used for certain CPU types.

Remove those functions for Windows targets,
as a simple interim solution.

Fixes #21522

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21808)

(cherry picked from commit 7b8e27bc2e02238986d89ef0ece067ec1b48e165)




More information about the openssl-commits mailing list