From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mario Six Date: Fri, 22 Jul 2016 08:58:39 +0200 Subject: [U-Boot] [PATCH v2 0/2] Fix signing problems with large keys Message-ID: <20160722065841.18093-1-mario.six@gdsys.cc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch series fixes a problem that occurs when signing FIT images with large keys (e.g. RSA with 4096 bits). Signing sometimes fails because of unexpected return values from fit_add_file_data() and the functions called by it. Some error messages are also removed, since we tolerate failure of the corresponding functions. This is probably related to 1152a05 ("tools: Correct error handling in fit_image_process_hash()") and the corresponding error reported here: https://www.mail-archive.com/u-boot at lists.denx.de/msg217417.html Mario Six (2): tools: Fix return code of fit_image_process_sig() rsa: Fix return value and masked error lib/rsa/rsa-sign.c | 12 +++++++----- tools/image-host.c | 16 +++++++++++----- 2 files changed, 18 insertions(+), 10 deletions(-) -- 2.9.0