aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_ht.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+3
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-4/+4
* remove 0 assignments.Rich Salz2015-09-031-2/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free cleanup 12Rich Salz2015-04-301-0/+2
* free NULL cleanupRich Salz2015-03-251-2/+1
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-460/+427
* RT3548: Remvoe unsupported platformsRich Salz2014-12-211-3/+0
* Fix null pointer errors.Dr. Stephen Henson2014-06-101-0/+3
* Constification.Ben Laurie2013-10-071-3/+3
* Generalise OCSP I/O functions to support dowloading of other ASN1Dr. Stephen Henson2012-11-281-42/+123
* We can't always read 6 bytes in an OCSP response: fix so error statusesDr. Stephen Henson2010-10-061-3/+9
* PR: 2064, 728Dr. Stephen Henson2009-09-301-15/+41
* This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov2008-12-221-1/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Bunch of constifications.Andy Polyakov2007-10-131-1/+1
* Fix warnings.Dr. Stephen Henson2007-08-121-1/+1
* WIN32 fixes signed/unsigned issues and slightly socket semantics.Dr. Stephen Henson2006-07-171-3/+2
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-4/+4
* New non-blocking OCSP functionality.Dr. Stephen Henson2006-07-171-85/+384
* Don't give an error if response reason absent in OCSP HTTP.Dr. Stephen Henson2003-03-141-4/+10
* Correct support for SunOS 4.1.3_U1.Richard Levitte2002-11-131-0/+3
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* isspace must be used only on *unsigned* charsBodo Möller2001-01-121-6/+6
* Fix typo in OCSP ASN1 module, this causedDr. Stephen Henson2001-01-111-2/+2
* Update OCSP API.Dr. Stephen Henson2001-01-041-0/+164