diff --git a/openssl-AES_XTS.patch b/openssl-AES_XTS.patch index 2608bbf..b1dd9fe 100644 --- a/openssl-AES_XTS.patch +++ b/openssl-AES_XTS.patch @@ -1,4 +1,4 @@ -From 6764a541d7a743ca8a0fa8631d088b418af0f834 Mon Sep 17 00:00:00 2001 +From ec5059c3effc59457f4b539ed105123c0b702307 Mon Sep 17 00:00:00 2001 From: XiaokangQian Date: Tue, 13 Oct 2020 09:53:58 +0000 Subject: [PATCH] Fix Aes-xts potential failure on aarch64 @@ -6,7 +6,9 @@ Subject: [PATCH] Fix Aes-xts potential failure on aarch64 Add return value for aarch64 in the init key function. This will avoid overwriting the stream pointers of aarch64. -Change-Id: Ia48b1e1d3914dcc5e677e88e4279963fdd0728ba +Reviewed-by: Shane Lontis +Reviewed-by: Tomas Mraz +(Merged from https://github.com/openssl/openssl/pull/13133) --- providers/implementations/ciphers/cipher_aes_xts_hw.c | 1 + 1 file changed, 1 insertion(+)