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:33:44 +0000 (13:33 +0100)
commita30bdb55d1361b9926eef8127debfc2e1bb8c484
tree52f7391f7034ccde9804745077c8f5b5029c4386
parent7ae6a4b659facfd7ad8131238aa1d349cb3fc951
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
apps/ca.c