aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix potential buffer overrunDmitry-Me2016-02-041-1/+1
* GH614: Use memcpy()/strdup() when possibleDmitry-Me2016-02-032-8/+4
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+4
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-268-8/+0
* Fix two possible leaks.FdaSilvaYY2016-01-241-0/+1
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-132/+63
* Fix some missing or faulty header file inclusionsRichard Levitte2015-12-301-1/+1
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-185-5/+5
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-094-11/+11