Further BUILDENV refinement, further fool-proofing of Makefiles and
[openssl.git] / crypto / dso / dso_lib.c
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2002-07-16 Richard LevitteSome older code (never committed) wasn't converted...
2002-07-15 Richard LevitteThere's an ongoing project to bring some kind of path...
2001-11-22 Geoff Thorpe'flags' should only be set inside DSO_load() if constru...
2001-09-04 Geoff ThorpeAdd a "_up" -> "_up_ref" change to libeay.num that...
2000-11-03 Bodo Mölleravoid memory leak
2000-10-30 Geoff ThorpeDSO_load() should also work when it is passed a NULL...
2000-10-26 Geoff ThorpeThis changes the behaviour of the DSO mechanism for...
2000-10-08 Geoff ThorpeTime to get rid of some rather silly code duplication...
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-06-16 Geoff ThorpeCurrently the DSO_METHOD interface has one entry point...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-04-19 Geoff ThorpeThis change facilitates name translation for shared...
2000-04-06 Geoff ThorpeConstification, and a silly mistake in the comments.
2000-04-04 Geoff ThorpeThis is a set of startup code for the DSO support,...