Show errors on CSR verification failure.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 29 Jun 2014 12:31:57 +0000 (13:31 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 29 Jun 2014 12:35:18 +0000 (13:35 +0100)
commit2daec41e254bebb9dbbba4ba5bbc0f87e9da0674
tree6c47bb465ef9195ec3370931b7272b5c6f1d15d5
parent8519635923b4d0dfb10b46b12aa5ef7e7fb29852
Show errors on CSR verification failure.

If CSR verify fails in ca utility print out error messages.
Otherwise some errors give misleading output: for example
if the key size exceeds the library limit.

PR#2875
(cherry picked from commit a30bdb55d1361b9926eef8127debfc2e1bb8c484)
apps/ca.c