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:34:44 +0000 (13:34 +0100)
commit86f393ceb707728096b59d99708936dc857c0387
treeb50072acbedc900a8bde4a4d757cacfd78c69121
parentd6d324374ebb95d7549ec96e7a6e3482e82fedff
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