summaryrefslogtreecommitdiffstats
path: root/crypto/dso
AgeCommit message (Expand)Author
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
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-07-15Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.aSoujyuTanaka
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-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-07-21Cygwin: enable the use of Dl_info and dladdr()Richard Levitte
2019-07-16Regenerate mkerr filesRich Salz
2019-04-01Rework DSO API conditions and configuration optionRichard Levitte
2019-03-29For the lack of GetModuleHandleEx(), we use DSO route for WinCE.Soujyu Tanaka
2019-01-13Fix compilation with `-DREF_PRINT`Anna Henningsen
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
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-06-12Put message strings in state filesRich Salz
2017-06-07make error tables const and separate header fileRich Salz
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2016-12-10Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned)Davide Galassi
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-09-11VMS: be less picky when loading DSOsRichard Levitte
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-06-01Remove/rename some old files.Rich Salz
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY
2016-05-23Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 07/10Rich Salz
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-20Copyright consolidation: perl filesRich Salz
2016-03-23VMS: update the properties of symbol searchRichard Levitte
2016-03-23Move dso.h to internalRich Salz
2016-03-23Remove several unused undocumented functions.Rich Salz
2016-03-23Small fixups in DSORichard Levitte