summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_lib.c
AgeCommit message (Expand)Author
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
2000-10-26This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe
2000-10-08Time to get rid of some rather silly code duplication - some DSO_ctrl()Geoff Thorpe
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-04-19This change facilitates name translation for shared libraries. TheGeoff Thorpe
2000-04-06Constification, and a silly mistake in the comments.Geoff Thorpe
2000-04-04This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe