Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULL (backport)
authorDavid von Oheimb <David.von.Oheimb@siemens.com>
Thu, 17 Aug 2017 19:45:06 +0000 (21:45 +0200)
committerMatt Caswell <matt@openssl.org>
Fri, 18 Aug 2017 09:01:05 +0000 (10:01 +0100)
commitf36fedcc764bdcadef30fe214f51b18a17f3f08c
treecb47db360accb07b5d98eb0d192ce329ebeb7ec3
parent3281f1eb65008c3c6176418f6c6f83b29d1e8482
Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULL (backport)

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4183)
crypto/ocsp/ocsp_vfy.c