aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_ext.c
Commit message (Expand)AuthorAgeFilesLines
* Use sk_*_new_null() instead of sk_*_new(NULL). That avoids gettingRichard Levitte2001-02-201-2/+2
* Modify OCSP nonce behaviour.Dr. Stephen Henson2001-02-121-23/+41
* The check for request including a nonce and response not having it wasRichard Levitte2001-02-081-1/+1
* New function to copy nonce values from OCSPDr. Stephen Henson2001-02-051-10/+14
* Add set of OCSP client functions. All experimentalDr. Stephen Henson2001-01-081-0/+71
* New OCSP extension functions.Dr. Stephen Henson2000-12-281-11/+193
* Redo OCSP response printing. Remove duplicate orDr. Stephen Henson2000-12-171-96/+0
* Typo, was "time" instead of "tim".Richard Levitte2000-11-141-1/+1
* Make this stuff compile.Ben Laurie2000-11-121-10/+11
* Instead of just STACK, use STACK_OF(ASN1_OBJECT).Richard Levitte2000-11-031-6/+7
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+347