summaryrefslogtreecommitdiff
path: root/crypto/dso
Commit message (Expand)AuthorAgeFilesLines
* crypto/dso/dso_vms.c: Better definition of DSO_MALLOC()Richard Levitte2022-10-281-2/+2
* Fix crypto/dso/dso_vms.cRichard Levitte2022-10-071-0/+3
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-055-64/+45
* Update copyright yearMatt Caswell2022-05-032-2/+2
* Move e_os.h to include/internalRichard Levitte2022-02-052-2/+2
* Fix data race setting `default_DSO_meth`Pauli2021-11-081-17/+5
* Update copyright yearMatt Caswell2021-06-174-4/+4
* DSO: Fix the VMS DSO name converter to actually do somethingRichard Levitte2021-06-161-5/+31
* dl_name_converter: Avoid unnecessary overallocationTomas Mraz2021-06-111-1/+1
* dso: remove TODOsPauli2021-06-021-1/+0
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Update copyright yearMatt Caswell2020-11-262-2/+2
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-2/+2
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-134-25/+30
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-135-98/+98
* Fix safestack issues in crypto.hMatt Caswell2020-09-133-6/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-1/+1
* Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.aSoujyuTanaka2020-07-151-2/+2
* Update copyright yearMatt Caswell2020-05-153-3/+3
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-243-0/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-287-6/+6
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Cygwin: enable the use of Dl_info and dladdr()Richard Levitte2019-07-211-2/+1
* Regenerate mkerr filesRich Salz2019-07-161-46/+2
* Rework DSO API conditions and configuration optionRichard Levitte2019-04-011-1/+1
* For the lack of GetModuleHandleEx(), we use DSO route for WinCE.Soujyu Tanaka2019-03-291-1/+107
* Fix compilation with `-DREF_PRINT`Anna Henningsen2019-01-131-1/+1
* Preserve errno on dlopenMatt Caswell2018-12-101-0/+7
* Following the license change, modify the boilerplates in crypto/dso/Richard Levitte2018-12-068-8/+8
* 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-201-3/+77
* Remove parentheses of return.KaoruToda2017-10-185-84/+84
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-095-14/+14
* Replace malloc+strcpy with strdupRich Salz2017-09-143-12/+6
* Revert "GH614: Use memcpy()/strdup() when possible"Pauli2017-09-142-4/+8
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-302-2/+4
* Put message strings in state filesRich Salz2017-06-121-1/+1
* make error tables const and separate header fileRich Salz2017-06-071-64/+71
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-6/+0
* Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned)Davide Galassi2016-12-101-0/+3
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-172-3/+4
* Add a DSO_dsobyaddr() functionMatt Caswell2016-11-021-3/+20
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-027-1/+88
* VMS: be less picky when loading DSOsRichard Levitte2016-09-111-9/+7
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Remove/rename some old files.Rich Salz2016-06-011-22/+0
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-011-0/+1