aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/by_dir.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-18Remove parentheses of return.KaoruToda1-4/+4
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli1-2/+0
2017-09-15Avoid signed vs unsigned comparison error.Pauli1-2/+3
2017-09-15Remote unrequited castsPauli1-5/+2
2017-09-14Revert "Reuse strndup(), simplify code"Pauli1-8/+9
2017-08-30Move e_os.h to be the very first include.Pauli1-3/+2
2017-08-30e_os.h removal from other headers and source files.Pauli1-0/+1
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte1-3/+1
2017-07-07Trivial bounds checking.Pauli1-2/+2
2017-07-05Undo commit d420ac2Rich Salz1-2/+2
2017-04-20Ignore dups in X509_STORE_add_*Rich Salz1-1/+8
2016-07-26Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson1-2/+2
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+0
2016-03-09Remove use of the old CRYPTO_LOCK_X5O9_STOREMatt Caswell1-12/+22
2016-03-08Reuse strndup(), simplify codeDmitry-Me1-9/+8
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Only declare stacks in headersDr. Stephen Henson1-7/+5
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-2/+2
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+2
2015-09-29Fix no-stdio buildDavid Woodhouse1-0/+1
2015-09-16Embed X509_CINFDr. Stephen Henson1-7/+3
2015-09-16X509_CRL_INFO embedDr. Stephen Henson1-7/+3
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-1/+1
2015-09-02make X509_CRL opaqueDr. Stephen Henson1-0/+1
2015-05-28Use enum for X509_LOOKUP_TYPERich Salz1-2/+2
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-3/+3
2015-05-01free NULL cleanup -- codaRich Salz1-8/+4
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-28remove malloc castsRich Salz1-1/+1
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-2/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-389/+344
2015-01-22Further comment changes for reformat (master)Matt Caswell1-1/+1
2014-08-17get_cert_by_subject: check for NULL when allocating hentJonas Maebe1-0/+7
2014-02-24x509/by_dir.c: fix run-away pointer (and potential SEGV)Andy Polyakov1-4/+2
2010-02-19Fix X509_STORE lockingBodo Möller1-3/+2
2008-12-22This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov1-0/+3
2007-06-07Finish gcc 4.2 changes.Dr. Stephen Henson1-2/+2
2007-02-18Updates from 0.9.8-stable branch.Dr. Stephen Henson1-1/+1
2006-12-05avoid duplicate entries in add_cert_dir()Nils Larsch1-5/+6
2006-09-26Initialize new callbacks and make sure hent is always initialized.Dr. Stephen Henson1-0/+3
2006-09-25Complete the change for VMS.Richard Levitte1-1/+1
2006-09-17Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson1-52/+146
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov1-1/+1
2005-11-03Mask libcrypto references to stat with OPENSSL_NO_POSIX_IO.Andy Polyakov1-4/+6
2005-07-03Fix bugs in bug-fix to x509/by_dir.c.Andy Polyakov1-6/+5
2005-06-23Initialise dir to avoid a compiler warning.Richard Levitte1-1/+1
2005-06-23Change dir_ctrl to check for the environment variable before using the defaultRichard Levitte1-6/+6
2004-01-22Typo...Richard Levitte1-1/+1