summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_lib.c
AgeCommit message (Expand)Author
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-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-01-13Fix compilation with `-DREF_PRINT`Anna Henningsen
2018-12-06Following the license change, modify the boilerplates in crypto/dso/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
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
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
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY
2016-05-17Copyright consolidation 07/10Rich Salz
2016-03-23Remove several unused undocumented functions.Rich Salz
2016-03-22Make DSO opaque.Rich Salz
2016-03-08Convert CRYPTO_LOCK_DSO to new multi-threading APIAlessandro Ghedini
2016-02-29GH762: Reuse strdup()Dmitry-Me
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Fix two possible leaks.FdaSilvaYY
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-12-27Remove dead code. (Coverity ID 2)Ben Laurie
2008-06-04More type-checking.Ben Laurie
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2006-01-02"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov
2005-12-31Oops! Remove junk...Andy Polyakov
2005-12-30Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov
2005-06-09When the return type of the function is int, it's better to return anRichard Levitte
2005-06-05New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2002-07-16Some older code (never committed) wasn't converted to the new format.Richard Levitte
2002-07-15There's an ongoing project to bring some kind of path selectionRichard Levitte
2001-11-22'flags' should only be set inside DSO_load() if constructing a new DSOGeoff Thorpe
2001-09-04Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe
2000-11-03avoid memory leakBodo Möller
2000-10-30DSO_load() should also work when it is passed a NULL - a new DSO is createdGeoff Thorpe