]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't truncate the input when decrypting in pkeyutl
authorMatt Caswell <matt@openssl.org>
Fri, 23 Jun 2023 10:50:17 +0000 (11:50 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 26 Jun 2023 08:28:23 +0000 (09:28 +0100)
commit849450746f38a5658ef783abb0a8c79ae2861464
treeec84ae3f6ea6eab34929e2aee8157731fc8d4e69
parent43596b306b1fe06da3b1a99e07c0cf235898010d
Don't truncate the input when decrypting in pkeyutl

The pkeyutl app was truncating the input file for decryption leading to
incorrect results. This was probably ok historically when RSA was being
used for decryption which has short maximum sizes. This is not ok with SM2.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21272)
apps/lib/apps.c
apps/pkeyutl.c