RT2560: missing NULL check in ocsp_req_find_signer
authorRich Salz <rsalz@openssl.org>
Wed, 10 Sep 2014 15:43:45 +0000 (11:43 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 10 Sep 2014 16:20:25 +0000 (12:20 -0400)
commitbea9a177263f4dbbc662082837cdb58f4cf741c3
tree2965b6d17dac9645b3499a0cd0a1732e2c93c4af
parentb537ea9ce43d1a920b60ec30f2b5cdb9bbb05e29
RT2560: missing NULL check in ocsp_req_find_signer

If we don't find a signer in the internal list, then fall
through and look at the internal list; don't just return NULL.

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
(cherry picked from commit b2aa38a980e9fbf158aafe487fb729c492b241fb)
crypto/ocsp/ocsp_vfy.c