summaryrefslogtreecommitdiff
path: root/crypto/dso/dso_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+2
* Some older code (never committed) wasn't converted to the new format.Richard Levitte2002-07-161-2/+2
* There's an ongoing project to bring some kind of path selectionRichard Levitte2002-07-151-1/+28
* 'flags' should only be set inside DSO_load() if constructing a new DSOGeoff Thorpe2001-11-221-7/+6
* Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe2001-09-041-2/+2
* avoid memory leakBodo Möller2000-11-031-1/+1
* DSO_load() should also work when it is passed a NULL - a new DSO is createdGeoff Thorpe2000-10-301-3/+3
* This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe2000-10-261-16/+134
* Time to get rid of some rather silly code duplication - some DSO_ctrl()Geoff Thorpe2000-10-081-0/+16
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-2/+2
* Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe2000-06-161-6/+29
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-4/+4
* This change facilitates name translation for shared libraries. TheGeoff Thorpe2000-04-191-1/+33
* Constification, and a silly mistake in the comments.Geoff Thorpe2000-04-061-2/+2
* This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe2000-04-041-0/+251