summaryrefslogtreecommitdiffstats
path: root/crypto/x509/by_dir.c
AgeCommit message (Expand)Author
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-03-09Remove use of the old CRYPTO_LOCK_X5O9_STOREMatt Caswell
2016-03-08Reuse strndup(), simplify codeDmitry-Me
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-16Embed X509_CINFDr. Stephen Henson
2015-09-16X509_CRL_INFO embedDr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-02make X509_CRL opaqueDr. Stephen Henson
2015-05-28Use enum for X509_LOOKUP_TYPERich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2014-08-17get_cert_by_subject: check for NULL when allocating hentJonas Maebe
2014-02-24x509/by_dir.c: fix run-away pointer (and potential SEGV)Andy Polyakov
2010-02-19Fix X509_STORE lockingBodo Möller
2008-12-22This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov
2007-06-07Finish gcc 4.2 changes.Dr. Stephen Henson
2007-02-18Updates from 0.9.8-stable branch.Dr. Stephen Henson
2006-12-05avoid duplicate entries in add_cert_dir()Nils Larsch
2006-09-26Initialize new callbacks and make sure hent is always initialized.Dr. Stephen Henson
2006-09-25Complete the change for VMS.Richard Levitte
2006-09-17Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov
2005-11-03Mask libcrypto references to stat with OPENSSL_NO_POSIX_IO.Andy Polyakov
2005-07-03Fix bugs in bug-fix to x509/by_dir.c.Andy Polyakov
2005-06-23Initialise dir to avoid a compiler warning.Richard Levitte
2005-06-23Change dir_ctrl to check for the environment variable before using the defaultRichard Levitte
2004-01-22Typo...Richard Levitte
2004-01-10Adding a slash between the directoryt and the file is a problem withRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2000-10-14Fix for typo in certificate directory lookup code.Dr. Stephen Henson
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
1999-09-11Initial support for MacOS.Andy Polyakov
1999-05-09Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-22Reverse unexplained change.Ben Laurie