summaryrefslogtreecommitdiff
path: root/crypto/dso
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell2016-05-231-2/+6
* Remove unused error/function codes.Rich Salz2016-05-231-7/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+7
* Copyright consolidation 07/10Rich Salz2016-05-177-329/+35
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-45/+0
* Copyright consolidation: perl filesRich Salz2016-04-201-1/+2
* VMS: update the properties of symbol searchRichard Levitte2016-03-231-4/+4
* Move dso.h to internalRich Salz2016-03-232-6/+6
* Remove several unused undocumented functions.Rich Salz2016-03-237-378/+7
* Small fixups in DSORichard Levitte2016-03-231-1/+1
* Have only one DSO_METHOD_opensslRich Salz2016-03-229-134/+22
* Make DSO opaque.Rich Salz2016-03-229-31/+118
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Convert CRYPTO_LOCK_DSO to new multi-threading APIAlessandro Ghedini2016-03-081-10/+27
* GH762: Reuse strdup()Dmitry-Me2016-02-291-4/+2
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte2016-02-192-19/+8
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-9/+2