]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix partial block encryption in cfb and ofb for s390x (legacy)
authorHolger Dengler <dengler@linux.ibm.com>
Fri, 5 Jan 2024 13:16:53 +0000 (14:16 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 12 Jan 2024 09:36:01 +0000 (10:36 +0100)
commitb1b3e6b923f38e3a3f38ef8e0fffe2a2dcba7611
tree4649455659f4f1837d3e5cc8ba269f9ae13c0ace
parent8e60b9dfefa8d97102e6f1c20affcaa86dfe0afb
Fix partial block encryption in cfb and ofb for s390x (legacy)

Use the number of processed bytes information (num) from the generic
cipher context for the partial block handling in cfb and ofb also in
s390x-legacy code. For more details see 4df92c1a14 ("Fix partial block
encryption in cfb and ofb for s390x").

Signed-off-by: Holger Dengler <dengler@linux.ibm.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23201)

(cherry picked from commit f9ccd209c3d121668c51a992613c698f2a774cb3)
crypto/evp/e_aes.c