summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_dlfcn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dso: remove TODOsPauli2021-06-021-1/+0
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-4/+5
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-14/+14
* Fix safestack issues in crypto.hMatt Caswell2020-09-131-2/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-1/+1
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Cygwin: enable the use of Dl_info and dladdr()Richard Levitte2019-07-211-2/+1
* Preserve errno on dlopenMatt Caswell2018-12-101-0/+7
* Following the license change, modify the boilerplates in crypto/dso/Richard Levitte2018-12-061-1/+1
* Extend dladdr() for AIX, consequence from changes for openssl#6368.Matthias Kraft2018-08-221-10/+29
* openssl#5668: corrections after compiling with -qinfo=all:als.Matthias Kraft2018-04-141-9/+12
* Add dladdr() for AIXMatthias Kraft2018-03-211-3/+77
* Remove parentheses of return.KaoruToda2017-10-181-14/+14
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-3/+3
* Replace malloc+strcpy with strdupRich Salz2017-09-141-4/+2
* Revert "GH614: Use memcpy()/strdup() when possible"Pauli2017-09-141-2/+4
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-031-0/+34
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Remove several unused undocumented functions.Rich Salz2016-03-231-62/+0
* Have only one DSO_METHOD_opensslRich Salz2016-03-221-8/+3
* Make DSO opaque.Rich Salz2016-03-221-4/+1
* Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte2016-02-191-11/+4
* GH614: Use memcpy()/strdup() when possibleDmitry-Me2016-02-031-4/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* Remove dead code from cryptoMatt Caswell2015-03-171-4/+3
* Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz2015-01-301-11/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-351/+335
* More commentsMatt Caswell2015-01-221-1/+1
* dlfcn: always define _GNU_SOURCEKurt Roeckx2014-12-301-4/+2
* RT3548: Remvoe unsupported platformsRich Salz2014-12-221-5/+1
* Fix a wrong parameter count ERR_add_error_dataJanpopan2014-05-191-1/+1
* dso_dlfcn.c: make it work on Tru64 4.0.Andy Polyakov2011-02-121-0/+1
* Make no-asm work in fips mode. Add android platform.Dr. Stephen Henson2011-02-021-1/+2
* dso_dlfcn.c: fix compile failure on Tru64.Andy Polyakov2010-03-291-0/+3
* Prevent aliasing warningDr. Stephen Henson2009-10-041-4/+7
* Use correct extension and OSX detection.Dr. Stephen Henson2009-07-161-3/+3
* Updates from 1.0.0-stableDr. Stephen Henson2009-07-151-4/+13
* More type-checking.Ben Laurie2008-06-041-8/+8
* Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it isAndy Polyakov2008-01-051-6/+7
* check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch2007-04-021-3/+2
* Use Dl_info only on systems where it is known to exist. It does notUlf Möller2006-04-111-1/+5
* uncomment; that one slipped throughUlf Möller2006-04-111-1/+1
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-0/+2
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-1/+1