3
0
forked from pool/openssl-3

Accepting request 844831 from home:pmonrealgonzalez:branches:security:tls

OBS-URL: https://build.opensuse.org/request/show/844831
OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-3?expand=0&rev=19
This commit is contained in:
Pedro Monreal Gonzalez 2020-10-29 10:19:45 +00:00 committed by Git OBS Bridge
parent f44a780c3e
commit 8a70474d1d

View File

@ -1,4 +1,4 @@
From 6764a541d7a743ca8a0fa8631d088b418af0f834 Mon Sep 17 00:00:00 2001
From ec5059c3effc59457f4b539ed105123c0b702307 Mon Sep 17 00:00:00 2001
From: XiaokangQian <xiaokang.qian@arm.com>
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 <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13133)
---
providers/implementations/ciphers/cipher_aes_xts_hw.c | 1 +
1 file changed, 1 insertion(+)