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:18:50 +0000 (12:18 -0400)
commitb2aa38a980e9fbf158aafe487fb729c492b241fb
tree303969bd4db24eab586318d8c63ed7f910c51490
parent468ab1c20d1f3a43a63d0516fed6c9fefb3ccf71
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>
crypto/ocsp/ocsp_vfy.c