summaryrefslogtreecommitdiffstats
path: root/crypto/x509/by_dir.c
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-07-15Fix wrong lock claimed in x509 dir lookup.Krists Krilovs
2018-09-24Use secure_getenv(3) when available.Pauli
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang
2018-05-01Update copyright yearMatt Caswell
2018-04-24x509/by_dir.c: Remove dead codeDr. Matthias St. Pierre
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY
2017-10-18Remove parentheses of return.KaoruToda
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-09-15Avoid signed vs unsigned comparison error.Pauli
2017-09-15Remote unrequited castsPauli
2017-09-14Revert "Reuse strndup(), simplify code"Pauli
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-07-07Trivial bounds checking.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-04-20Ignore dups in X509_STORE_add_*Rich Salz
2016-07-26Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson
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