]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ocsp/ocsp_vfy.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / crypto / ocsp / ocsp_vfy.c
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-20  Dr. Stephen Hensonrevert OCSP_basic_verify changes: they aren't needed...
2012-12-15  Dr. Stephen HensonCheck chain is not NULL before assuming we have a valid...
2012-12-13  Dr. Stephen HensonUse new partial chain flag instead of modifying input...
2012-12-10  Ben LaurieTabification. Remove accidental duplication.
2012-12-07  Ben LaurieFix OCSP checking.
2012-11-29  Dr. Stephen HensonPR: 2803
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