aboutsummaryrefslogtreecommitdiff
path: root/crypto/ocsp/ocsp_ext.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-25Fix an uninitialised read on an error pathMatt Caswell1-1/+1
2016-08-23Constify some inputs buffersFdaSilvaYY1-2/+2
2016-08-23Check for error return from ASN1_object_sizeMatt Caswell1-0/+3
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY1-4/+5
2016-05-17Copyright consolidation 09/10Rich Salz1-61/+5
2016-04-28Don't leak resource on error in OCSP_url_svcloc_newMatt Caswell1-0/+4
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-10-11Embed various OCSP fields.Dr. Stephen Henson1-20/+20
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-13/+14
2015-05-01free NULL cleanup -- codaRich Salz1-4/+2
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-30free NULL cleanup 8Rich Salz1-4/+2
2015-03-25RAND_bytes updatesMatt Caswell1-2/+2
2015-03-23make X509_EXTENSION opaqueDr. Stephen Henson1-1/+2
2015-03-05Make OCSP structures opaque.Dr. Stephen Henson1-0/+1
2015-02-08Final (for me, for now) dead code cleanupRich Salz1-43/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-347/+394
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2
2007-06-07Finish gcc 4.2 changes.Dr. Stephen Henson1-1/+2
2006-11-13OCSP library tidy. Use extension to encode OCSP extensions instead of doingDr. Stephen Henson1-36/+8
2005-03-31Consistency.Ben Laurie1-2/+1
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-14/+22
2004-02-19Use an OCTET STRING for the encoding of an OCSP nonce value.Dr. Stephen Henson1-7/+17
2001-02-20Use sk_*_new_null() instead of sk_*_new(NULL). That avoids gettingRichard Levitte1-2/+2
2001-02-12Modify OCSP nonce behaviour.Dr. Stephen Henson1-23/+41
2001-02-08The check for request including a nonce and response not having it wasRichard Levitte1-1/+1
2001-02-05New function to copy nonce values from OCSPDr. Stephen Henson1-10/+14
2001-01-08Add set of OCSP client functions. All experimentalDr. Stephen Henson1-0/+71
2000-12-28New OCSP extension functions.Dr. Stephen Henson1-11/+193
2000-12-17Redo OCSP response printing. Remove duplicate orDr. Stephen Henson1-96/+0
2000-11-14Typo, was "time" instead of "tim".Richard Levitte1-1/+1
2000-11-12Make this stuff compile.Ben Laurie1-10/+11
2000-11-03Instead of just STACK, use STACK_OF(ASN1_OBJECT).Richard Levitte1-6/+7
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte1-0/+347