]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove code that prints "<SPACES/NULS>" in hexdumps
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 12 Feb 2018 08:28:33 +0000 (09:28 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Tue, 13 Feb 2018 15:05:41 +0000 (16:05 +0100)
commit773da093b1b9a63ae9c94cae756848011686caa0
treea2ace702262edd82f8839b93352e4934706acdf6
parent575c69f97ca7c8cfaf2a448272f7a1615308acdd
Remove code that prints "<SPACES/NULS>" in hexdumps
when the data block ends with SPACEs or NULs.

The problem is, you can't see if the data ends
with SPACE or NUL or a combination of both.

This can happen for instance with
openssl rsautl -decrypt -hexdump

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5332)

(cherry picked from commit 751485c6522f10006ba9f6cf90d719ea190e2201)
crypto/bio/b_dump.c