summaryrefslogtreecommitdiffstats
path: root/crypto/dso
AgeCommit message (Expand)Author
2004-03-11Finish elimination of Makefile.sslBen Laurie
2004-03-10Step 1 in blowing away Makefile.sslBen Laurie
2004-01-19Recent and not so recent changes from 0.9.7-stable, all conflicts resolved.Richard Levitte
2003-06-12Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte
2003-01-08Third argument to shl_load() is "long address", not a pointer.Lutz Jänicke
2002-11-15WinCE patchesRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-05-29Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte
2001-12-17formatting consistencyBodo Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-22'flags' should only be set inside DSO_load() if constructing a new DSOGeoff Thorpe
2001-11-16On VMS, the norm is still that symbols are uppercased, so for now it's betterRichard Levitte
2001-11-15At least for the two common Unixly DSO loading methods, include theRichard Levitte
2001-11-15make updateRichard Levitte
2001-09-04Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-05Use one address consistently.Richard Levitte
2001-04-25This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe
2001-04-03libfisdef.h and LIB do not exist on older VMS versionsRichard Levitte
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-12-31Make the DSO code for VMS work again. First attempt.Richard Levitte
2000-11-07shl_load() also needs to load along a path given through anRichard Levitte
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-26On HP-UX, at least when shl_* are used, the libraries have theRichard Levitte
2000-10-26For the operating systems where it matters, it is sometimes good toRichard Levitte
2000-10-26This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe
2000-10-22Pointer error correctedRichard Levitte
2000-10-09DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functionsGeoff Thorpe
2000-10-08None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe
2000-10-08Time to get rid of some rather silly code duplication - some DSO_ctrl()Geoff Thorpe
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-09-18Unless we cast, thorough compilers will complainRichard Levitte
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-17Make sure Compaq C doesn'r complain about dollars, and go around theRichard Levitte
2000-09-15Make sure dso_vms.c compiles on other operating systems as well.Richard Levitte
2000-09-15A DSO method for VMS was missing, and I had the code lying around...Richard Levitte
2000-09-15Add a flag for OpenVMS.Richard Levitte
2000-09-07'make update'Richard Levitte
2000-06-23Steve fixed up some strange errors introduced into dso_win32.c, and I'mGeoff Thorpe
2000-06-21* This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe