aboutsummaryrefslogtreecommitdiff
path: root/crypto/ocsp/ocsp_vfy.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie1-0/+2
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2007-12-04Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steveDr. Stephen Henson1-1/+1
2006-11-13Don't assume requestorName is present for signed requests. ASN1 OCSP moduleDr. Stephen Henson1-1/+1
2004-03-04Typos.Dr. Stephen Henson1-3/+3
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-4/+17
2001-07-11In ocsp_match_issuerid() we are passed the CA that signed the responderDr. Stephen Henson1-1/+1
2001-02-26Typo in comment.Dr. Stephen Henson1-2/+2
2001-02-26Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson1-0/+89
2001-02-20Include string.h so mem* functions get properly declared.Richard Levitte1-0/+1
2001-02-02Various function for commmon operations.Dr. Stephen Henson1-13/+2
2001-01-26New OCSP response verify option OCSP_TRUSTOTHERDr. Stephen Henson1-7/+16
2001-01-19Additional functionality in ocsp utility: print summaryDr. Stephen Henson1-1/+1
2001-01-18Implement remaining OCSP verify checks inDr. Stephen Henson1-13/+159
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson1-4/+59
2001-01-11OCSP basic response verify. Very incompleteDr. Stephen Henson1-0/+142