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

Tomáš Mráz noreply at github.com
Mon Oct 16 10:15:42 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 143ca66cf00c88950d689a8aa0c89888052669f4
      https://github.com/openssl/openssl/commit/143ca66cf00c88950d689a8aa0c89888052669f4
  Author: Tomas Mraz <tomas at openssl.org>
  Date:   2023-10-16 (Mon, 16 Oct 2023)

  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.

Reviewed-by: Todd Short <todd.short at me.com>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22384)




More information about the openssl-commits mailing list