aboutsummaryrefslogtreecommitdiff
path: root/crypto/ocsp/ocsp_ht.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+1
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli1-7/+7
2017-05-11Fix gcc-7 warnings.Bernd Edlinger1-0/+3
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-4/+4
2015-09-03remove 0 assignments.Rich Salz1-2/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-30free cleanup 12Rich Salz1-0/+2
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-2/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-460/+427
2014-12-21RT3548: Remvoe unsupported platformsRich Salz1-3/+0
2014-06-10Fix null pointer errors.Dr. Stephen Henson1-0/+3
2013-10-07Constification.Ben Laurie1-3/+3
2012-11-28Generalise OCSP I/O functions to support dowloading of other ASN1Dr. Stephen Henson1-42/+123
2010-10-06We can't always read 6 bytes in an OCSP response: fix so error statusesDr. Stephen Henson1-3/+9
2009-09-30PR: 2064, 728Dr. Stephen Henson1-15/+41
2008-12-22This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov1-1/+2
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2007-10-13Bunch of constifications.Andy Polyakov1-1/+1
2007-08-12Fix warnings.Dr. Stephen Henson1-1/+1
2006-07-17WIN32 fixes signed/unsigned issues and slightly socket semantics.Dr. Stephen Henson1-3/+2
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson1-4/+4
2006-07-17New non-blocking OCSP functionality.Dr. Stephen Henson1-85/+384
2003-03-14Don't give an error if response reason absent in OCSP HTTP.Dr. Stephen Henson1-4/+10
2002-11-13Correct support for SunOS 4.1.3_U1.Richard Levitte1-0/+3
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-1/+1
2001-01-12isspace must be used only on *unsigned* charsBodo Möller1-6/+6
2001-01-11Fix typo in OCSP ASN1 module, this causedDr. Stephen Henson1-2/+2
2001-01-04Update OCSP API.Dr. Stephen Henson1-0/+164