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

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


  Branch: refs/heads/OpenSSL_1_1_1-stable
  Home:   https://github.com/openssl/openssl
  Commit: a632d534c73eeb3e3db8c7540d811194ef7c79ff
      https://github.com/openssl/openssl/commit/a632d534c73eeb3e3db8c7540d811194ef7c79ff
  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