[openssl/openssl] abcd64: Avoid another copy of key schedule pointer in PROV...

Tomáš Mráz noreply at github.com
Wed Jun 12 22:28:53 UTC 2024


  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: abcd64a5588413ac0fe267684848d321abd1f63e
      https://github.com/openssl/openssl/commit/abcd64a5588413ac0fe267684848d321abd1f63e
  Author: Tomas Mraz <tomas at openssl.org>
  Date:   2024-06-13 (Thu, 13 Jun 2024)

  Changed paths:
    M providers/implementations/ciphers/cipher_aes_gcm_hw_vaes_avx512.inc
    M providers/implementations/ciphers/cipher_sm4_gcm_hw.c
    M providers/implementations/include/prov/ciphercommon_gcm.h

  Log Message:
  -----------
  Avoid another copy of key schedule pointer in PROV_GCM_CTX

This copy would need an update on dupctx but
rather than doing it just remove the copy.

This fixes failures of evp_test on Windows with
new CPUs.

Fixes #24135

(cherry picked from commit 143ca66cf00c88950d689a8aa0c89888052669f4)

Reviewed-by: Viktor Dukhovni <viktor at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/24565)



To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications


More information about the openssl-commits mailing list