CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/04/14 09:22:11
Modified files:
security/openssl/quictls: Makefile
Added files:
security/openssl/quictls/patches:
patch-providers_implementations_ciphers_cipher_aes_gcm_hw_vaes_avx512_inc
patch-providers_implementations_ciphers_cipher_sm4_gcm_hw_c
patch-providers_implementations_include_prov_ciphercommon_gcm_h
Log message:
Backport a fix from OpenSSL 3.2 that fixes a use-after-free that happens
in evp_test when testing AES-GCM on hardware that supports AVX-512.
ok tb@