aboutsummaryrefslogtreecommitdiff
path: root/crypto/dso
AgeCommit message (Expand)AuthorFilesLines
2022-12-01Update copyright yearTomas Mraz2-2/+2
2022-11-11Move e_os.h to include/internalRichard Levitte2-2/+2
2021-12-14Update copyright yearMatt Caswell1-1/+1
2021-11-08Fix data race setting `default_DSO_meth`Pauli1-17/+5
2021-06-17Update copyright yearMatt Caswell4-4/+4
2021-06-16DSO: Fix the VMS DSO name converter to actually do somethingRichard Levitte1-5/+31
2021-06-11dl_name_converter: Avoid unnecessary overallocationTomas Mraz1-1/+1
2021-06-02dso: remove TODOsPauli1-1/+0
2021-05-26err: rename err_load_xxx_strings_int functionsPauli1-1/+1
2020-11-26Update copyright yearMatt Caswell2-2/+2
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte1-2/+2
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte4-25/+30
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte5-98/+98
2020-09-13Fix safestack issues in crypto.hMatt Caswell3-6/+0
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker1-1/+1
2020-07-15Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.aSoujyuTanaka1-2/+2
2020-05-15Update copyright yearMatt Caswell3-3/+3
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz3-0/+6
2019-09-28Reorganize local header filesDr. Matthias St. Pierre7-6/+6
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-07-21Cygwin: enable the use of Dl_info and dladdr()Richard Levitte1-2/+1
2019-07-16Regenerate mkerr filesRich Salz1-46/+2
2019-04-01Rework DSO API conditions and configuration optionRichard Levitte1-1/+1
2019-03-29For the lack of GetModuleHandleEx(), we use DSO route for WinCE.Soujyu Tanaka1-1/+107
2019-01-13Fix compilation with `-DREF_PRINT`Anna Henningsen1-1/+1
2018-12-10Preserve errno on dlopenMatt Caswell1-0/+7
2018-12-06Following the license change, modify the boilerplates in crypto/dso/Richard Levitte8-8/+8
2018-08-22Extend dladdr() for AIX, consequence from changes for openssl#6368.Matthias Kraft1-10/+29
2018-04-14openssl#5668: corrections after compiling with -qinfo=all:als.Matthias Kraft1-9/+12
2018-03-20Add dladdr() for AIXMatthias Kraft1-3/+77
2017-10-18Remove parentheses of return.KaoruToda5-84/+84
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda5-14/+14
2017-09-14Replace malloc+strcpy with strdupRich Salz3-12/+6
2017-09-14Revert "GH614: Use memcpy()/strdup() when possible"Pauli2-4/+8
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli2-2/+4
2017-06-12Put message strings in state filesRich Salz1-1/+1
2017-06-07make error tables const and separate header fileRich Salz1-64/+71
2017-02-28Remove some commented out code in libcryptoMatt Caswell1-6/+0
2016-12-10Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned)Davide Galassi1-0/+3
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx2-3/+4
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell1-3/+20
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell7-1/+88
2016-09-11VMS: be less picky when loading DSOsRichard Levitte1-9/+7
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-06-01Remove/rename some old files.Rich Salz1-22/+0
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY1-0/+1
2016-05-23Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell1-2/+6
2016-05-23Remove unused error/function codes.Rich Salz1-7/+1