aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-1/+1
* Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson2001-02-261-18/+0
* Make OCSP cert id code tolerate a missing issuer certificateDr. Stephen Henson2001-02-231-5/+16
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* New function OCSP_parse_url() and -url option for ocsp utility.Dr. Stephen Henson2001-02-131-0/+102
* Various OCSP responder utility functions.Dr. Stephen Henson2001-02-031-202/+0
* Various function for commmon operations.Dr. Stephen Henson2001-02-021-9/+3
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-171-2/+9
* Add set of OCSP client functions. All experimentalDr. Stephen Henson2001-01-081-45/+11
* Modify OCSP API to more closely reflectDr. Stephen Henson2001-01-051-24/+7
* Update OCSP API.Dr. Stephen Henson2001-01-041-40/+20
* Redo OCSP response printing. Remove duplicate orDr. Stephen Henson2000-12-171-273/+0
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-141-79/+0
* Replace the old style OCSP ASN1 module.Dr. Stephen Henson2000-12-131-8/+7
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+791