aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/by_dir.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-10Adding a slash between the directoryt and the file is a problem withRichard Levitte1-3/+32
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-2/+3
2000-10-14Fix for typo in certificate directory lookup code.Dr. Stephen Henson1-1/+1
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson1-1/+3
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-11/+11
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-2/+2
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-2/+1
1999-09-11Initial support for MacOS.Andy Polyakov1-2/+10
1999-05-09Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller1-2/+3
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-9/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-22Reverse unexplained change.Ben Laurie1-5/+1
1999-04-20Fix lots of warnings.Ulf Möller1-1/+5
1999-04-19Change functions to ANSI C.Ulf Möller1-20/+8
1999-04-17Massive constification.Ben Laurie1-4/+4
1999-01-30More pissing about to get pem.h to behave properly.Ben Laurie1-1/+0
1999-01-17Generate an error on an invalid directory.Ben Laurie1-1/+5