aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_ext.c
Commit message (Expand)AuthorAgeFilesLines
* RAND_bytes updatesMatt Caswell2015-03-251-2/+2
* make X509_EXTENSION opaqueDr. Stephen Henson2015-03-231-1/+2
* Make OCSP structures opaque.Dr. Stephen Henson2015-03-051-0/+1
* Final (for me, for now) dead code cleanupRich Salz2015-02-081-43/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-347/+394
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Finish gcc 4.2 changes.Dr. Stephen Henson2007-06-071-1/+2
* OCSP library tidy. Use extension to encode OCSP extensions instead of doingDr. Stephen Henson2006-11-131-36/+8
* Consistency.Ben Laurie2005-03-311-2/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-14/+22
* Use an OCTET STRING for the encoding of an OCSP nonce value.Dr. Stephen Henson2004-02-191-7/+17
* 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