summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_ext.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check returns of various sk_*_push functionsFrederik Wedel-Heinen2025-01-081-1/+2
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix incomplete check on X509V3_add1_i2d()ndossche2023-01-311-2/+2
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-1/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* OCSP: fix memory leak in OCSP_url_svcloc_new method.FdaSilvaYY2019-05-271-2/+2
* Following the license change, modify the boilerplates in crypto/ocsp/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-17/+17
* Fix an uninitialised read on an error pathMatt Caswell2016-08-251-1/+1
* Constify some inputs buffersFdaSilvaYY2016-08-231-2/+2
* Check for error return from ASN1_object_sizeMatt Caswell2016-08-231-0/+3
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-041-4/+5
* Copyright consolidation 09/10Rich Salz2016-05-171-61/+5
* Don't leak resource on error in OCSP_url_svcloc_newMatt Caswell2016-04-281-0/+4
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Embed various OCSP fields.Dr. Stephen Henson2015-10-111-20/+20
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-13/+14
* free NULL cleanup -- codaRich Salz2015-05-011-4/+2
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free NULL cleanup 8Rich Salz2015-04-301-4/+2
* 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-091-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-131-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