summaryrefslogtreecommitdiffstats
path: root/crypto/dso
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-25replace strstr() with strchr() for single charactersrilysh
2023-09-07Copyright year updatesMatt Caswell
2023-07-01dso: update to structure based atomicsPauli
2022-10-28crypto/dso/dso_vms.c: Better definition of DSO_MALLOC()Richard Levitte
2022-10-07Fix crypto/dso/dso_vms.cRichard Levitte
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-11-08Fix data race setting `default_DSO_meth`Pauli
2021-06-17Update copyright yearMatt Caswell
2021-06-16DSO: Fix the VMS DSO name converter to actually do somethingRichard Levitte
2021-06-11dl_name_converter: Avoid unnecessary overallocationTomas Mraz
2021-06-02dso: remove TODOsPauli
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
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