summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_ext.c
AgeCommit message (Expand)Author
2020-04-23Update copyright yearMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-05-27OCSP: fix memory leak in OCSP_url_svcloc_new method.FdaSilvaYY
2018-12-06Following the license change, modify the boilerplates in crypto/ocsp/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2016-08-25Fix an uninitialised read on an error pathMatt Caswell
2016-08-23Constify some inputs buffersFdaSilvaYY
2016-08-23Check for error return from ASN1_object_sizeMatt Caswell
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-28Don't leak resource on error in OCSP_url_svcloc_newMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-10-11Embed various OCSP fields.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-23make X509_EXTENSION opaqueDr. Stephen Henson
2015-03-05Make OCSP structures opaque.Dr. Stephen Henson
2015-02-08Final (for me, for now) dead code cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2007-06-07Finish gcc 4.2 changes.Dr. Stephen Henson
2006-11-13OCSP library tidy. Use extension to encode OCSP extensions instead of doingDr. Stephen Henson
2005-03-31Consistency.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-02-19Use an OCTET STRING for the encoding of an OCSP nonce value.Dr. Stephen Henson
2001-02-20Use sk_*_new_null() instead of sk_*_new(NULL). That avoids gettingRichard Levitte
2001-02-12Modify OCSP nonce behaviour.Dr. Stephen Henson
2001-02-08The check for request including a nonce and response not having it wasRichard Levitte
2001-02-05New function to copy nonce values from OCSPDr. Stephen Henson
2001-01-08Add set of OCSP client functions. All experimentalDr. Stephen Henson
2000-12-28New OCSP extension functions.Dr. Stephen Henson
2000-12-17Redo OCSP response printing. Remove duplicate orDr. Stephen Henson
2000-11-14Typo, was "time" instead of "tim".Richard Levitte
2000-11-12Make this stuff compile.Ben Laurie
2000-11-03Instead of just STACK, use STACK_OF(ASN1_OBJECT).Richard Levitte
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte