Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULL (backport)
[openssl.git] / crypto / ocsp / ocsp_vfy.c
2017-08-18 David von OheimbFix OCSP_basic_verify() cert chain construction in...
2015-03-24 Dr. Stephen HensonMake OCSP response verification more flexible.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-09-10 Rich SalzRT2560: missing NULL check in ocsp_req_find_signer
2014-04-01 Dr. Stephen HensonDon't try and verify signatures if key is NULL (CVE...
2012-12-26 Dr. Stephen HensonRevert incompatible OCSP_basic_verify changes.
2012-12-19 Dr. Stephen HensonCheck chain is not NULL before assuming we have a valid...
2012-12-14 Dr. Stephen HensonUse new partial chain flag instead of modifying input...
2012-12-14 Ben LaurieBackport OCSP fixes.
2012-11-29 Dr. Stephen HensonPR: 2803
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2007-12-04 Dr. Stephen HensonSubmitted by: Victor B. Wagner <vitus@cryptocom.ru...
2006-11-13 Dr. Stephen HensonDon't assume requestorName is present for signed reques...
2004-03-04 Dr. Stephen HensonTypos.
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-07-11 Dr. Stephen HensonIn ocsp_match_issuerid() we are passed the CA that...
2001-02-26 Dr. Stephen HensonTypo in comment.
2001-02-26 Dr. Stephen HensonEnhance OCSP_request_verify() so it finds the signers...
2001-02-20 Richard LevitteInclude string.h so mem* functions get properly declared.
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2001-01-26 Dr. Stephen HensonNew OCSP response verify option OCSP_TRUSTOTHER
2001-01-19 Dr. Stephen HensonAdditional functionality in ocsp utility: print summary
2001-01-18 Dr. Stephen HensonImplement remaining OCSP verify checks in
2001-01-17 Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2001-01-11 Dr. Stephen HensonOCSP basic response verify. Very incomplete