aboutsummaryrefslogtreecommitdiff
path: root/crypto/dso/dso_lib.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell1-3/+20
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell1-0/+12
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY1-0/+1
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-03-23Remove several unused undocumented functions.Rich Salz1-88/+7
2016-03-22Make DSO opaque.Rich Salz1-4/+1
2016-03-08Convert CRYPTO_LOCK_DSO to new multi-threading APIAlessandro Ghedini1-10/+27
2016-02-29GH762: Reuse strdup()Dmitry-Me1-4/+2
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-9/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-24Fix two possible leaks.FdaSilvaYY1-0/+1
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-2/+2
2015-09-02Add and use OPENSSL_zallocRich Salz1-2/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free NULL cleanup 11Rich Salz1-4/+2
2015-05-01free null cleanup finaleRich Salz1-7/+3
2015-04-28remove malloc castsRich Salz1-2/+3
2015-04-16Code style: space after 'if'Viktor Dukhovni1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-377/+341
2008-12-27Remove dead code. (Coverity ID 2)Ben Laurie1-7/+0
2008-06-04More type-checking.Ben Laurie1-2/+2
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller1-2/+2
2006-01-02"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov1-9/+1
2005-12-31Oops! Remove junk...Andy Polyakov1-1/+0
2005-12-30Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov1-0/+21
2005-06-09When the return type of the function is int, it's better to return anRichard Levitte1-1/+1
2005-06-05New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov1-0/+12
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-2/+2
2002-07-16Some older code (never committed) wasn't converted to the new format.Richard Levitte1-2/+2
2002-07-15There's an ongoing project to bring some kind of path selectionRichard Levitte1-1/+28
2001-11-22'flags' should only be set inside DSO_load() if constructing a new DSOGeoff Thorpe1-7/+6
2001-09-04Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe1-2/+2
2000-11-03avoid memory leakBodo Möller1-1/+1
2000-10-30DSO_load() should also work when it is passed a NULL - a new DSO is createdGeoff Thorpe1-3/+3
2000-10-26This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe1-16/+134
2000-10-08Time to get rid of some rather silly code duplication - some DSO_ctrl()Geoff Thorpe1-0/+16
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-2/+2
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe1-6/+29
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-4/+4
2000-04-19This change facilitates name translation for shared libraries. TheGeoff Thorpe1-1/+33
2000-04-06Constification, and a silly mistake in the comments.Geoff Thorpe1-2/+2
2000-04-04This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe1-0/+251