openssl/crypto/ocsp
Rich Salz 0495a3ec4a Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()
This adds a flag, OCSP_PARTIAL_CHAIN, to the OCSP_basic_verify()
function.  This is equivlent to X509_V_FLAG_PARTIAL_CHAIN, in that
if any certificate in the OCSP response is in the trust store, then
trust it.

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12666)
2020-08-27 20:03:39 +02:00
..
build.info
ocsp_asn.c
ocsp_cl.c
ocsp_err.c OCSP: Add return value checks. 2020-08-19 13:15:27 +10:00
ocsp_ext.c
ocsp_http.c
ocsp_lib.c
ocsp_local.h
ocsp_prn.c
ocsp_srv.c
ocsp_vfy.c Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify() 2020-08-27 20:03:39 +02:00
v3_ocsp.c