summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ocsp/ocsp_ht.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add const qualifier to the path and url{,s} parameters oftb2018-05-131-3/+3
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-8/+5
* Check BIO_new*() for failure.miod2016-11-051-2/+5
* Use string literals in printf style calls so gcc's -Wformat works.doug2014-10-031-8/+4
* BIO_free() returns immediately when the sole input is NULL.doug2014-07-251-3/+2
* Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() andmiod2014-07-121-1/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-2/+1
* Not OPENSSL_SYS_SUNOS.jsing2014-05-231-3/+0
* In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL.miod2014-05-181-4/+6
* More KNF.jsing2014-05-181-4/+4
* unchecked malloc() return value in OCSP_sendreq_new().miod2014-05-171-0/+2
* KNFmiod2014-05-171-162/+113
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-2/+2
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-181-1/+0
* fix some more leaks, mostly suggestions from miodjsg2014-04-171-0/+3
* fix some of the leaksjsg2014-04-171-3/+11
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-3/+9
* resolve conflicts, fix local changesdjm2010-10-011-15/+41
* resolve conflictsdjm2009-01-091-2/+3
* resolve conflictsdjm2008-09-061-85/+383
* remove some bogus *p tests from charles longeautedu2007-03-201-3/+3
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-5/+14
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+164