summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_dlfcn.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-25replace strstr() with strchr() for single charactersrilysh
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-06-17Update copyright yearMatt Caswell
2021-06-02dso: remove TODOsPauli
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in crypto.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-07-21Cygwin: enable the use of Dl_info and dladdr()Richard Levitte
2018-12-10Preserve errno on dlopenMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/dso/Richard Levitte
2018-08-22Extend dladdr() for AIX, consequence from changes for openssl#6368.Matthias Kraft
2018-04-14openssl#5668: corrections after compiling with -qinfo=all:als.Matthias Kraft
2018-03-20Add dladdr() for AIXMatthias Kraft
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-14Replace malloc+strcpy with strdupRich Salz
2017-09-14Revert "GH614: Use memcpy()/strdup() when possible"Pauli
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-05-17Copyright consolidation 07/10Rich Salz
2016-03-23Remove several unused undocumented functions.Rich Salz
2016-03-22Have only one DSO_METHOD_opensslRich Salz
2016-03-22Make DSO opaque.Rich Salz
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte
2016-02-03GH614: Use memcpy()/strdup() when possibleDmitry-Me
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-03-17Remove dead code from cryptoMatt Caswell
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More commentsMatt Caswell
2014-12-30dlfcn: always define _GNU_SOURCEKurt Roeckx
2014-12-21RT3548: Remvoe unsupported platformsRich Salz
2014-05-19Fix a wrong parameter count ERR_add_error_dataJanpopan
2011-02-12dso_dlfcn.c: make it work on Tru64 4.0.Andy Polyakov
2011-02-02Make no-asm work in fips mode. Add android platform.Dr. Stephen Henson
2010-03-29dso_dlfcn.c: fix compile failure on Tru64.Andy Polyakov
2009-10-04Prevent aliasing warningDr. Stephen Henson
2009-07-16Use correct extension and OSX detection.Dr. Stephen Henson
2009-07-15Updates from 1.0.0-stableDr. Stephen Henson
2008-06-04More type-checking.Ben Laurie