aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/by_dir.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore dups in X509_STORE_add_*Rich Salz2017-04-201-1/+8
* Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson2016-07-261-2/+2
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Remove use of the old CRYPTO_LOCK_X5O9_STOREMatt Caswell2016-03-091-12/+22
* Reuse strndup(), simplify codeDmitry-Me2016-03-081-9/+8
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Only declare stacks in headersDr. Stephen Henson2016-01-071-7/+5
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-2/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Fix no-stdio buildDavid Woodhouse2015-09-291-0/+1
* Embed X509_CINFDr. Stephen Henson2015-09-161-7/+3
* X509_CRL_INFO embedDr. Stephen Henson2015-09-161-7/+3
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-1/+1
* make X509_CRL opaqueDr. Stephen Henson2015-09-021-0/+1
* Use enum for X509_LOOKUP_TYPERich Salz2015-05-281-2/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+3
* free NULL cleanup -- codaRich Salz2015-05-011-8/+4
* free null cleanup finaleRich Salz2015-05-011-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-2/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-389/+344
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
* get_cert_by_subject: check for NULL when allocating hentJonas Maebe2014-08-171-0/+7
* x509/by_dir.c: fix run-away pointer (and potential SEGV)Andy Polyakov2014-02-241-4/+2
* Fix X509_STORE lockingBodo Möller2010-02-191-3/+2
* This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov2008-12-221-0/+3
* Finish gcc 4.2 changes.Dr. Stephen Henson2007-06-071-2/+2
* Updates from 0.9.8-stable branch.Dr. Stephen Henson2007-02-181-1/+1
* avoid duplicate entries in add_cert_dir()Nils Larsch2006-12-051-5/+6
* Initialize new callbacks and make sure hent is always initialized.Dr. Stephen Henson2006-09-261-0/+3
* Complete the change for VMS.Richard Levitte2006-09-251-1/+1
* Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson2006-09-171-52/+146
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-1/+1
* Mask libcrypto references to stat with OPENSSL_NO_POSIX_IO.Andy Polyakov2005-11-031-4/+6
* Fix bugs in bug-fix to x509/by_dir.c.Andy Polyakov2005-07-031-6/+5
* Initialise dir to avoid a compiler warning.Richard Levitte2005-06-231-1/+1
* Change dir_ctrl to check for the environment variable before using the defaultRichard Levitte2005-06-231-6/+6
* Typo...Richard Levitte2004-01-221-1/+1
* Adding a slash between the directoryt and the file is a problem withRichard Levitte2004-01-101-3/+32
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+3
* Fix for typo in certificate directory lookup code.Dr. Stephen Henson2000-10-141-1/+1
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-051-1/+3
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-11/+11
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-2/+1
* Initial support for MacOS.Andy Polyakov1999-09-111-2/+10
* Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller1999-05-091-2/+3
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-9/+0