aboutsummaryrefslogtreecommitdiff
path: root/crypto/dso
AgeCommit message (Expand)AuthorFilesLines
2002-07-19The first compile of the new merger method for VMS *almost* gotRichard Levitte1-20/+19
2002-07-16Some older code (never committed) wasn't converted to the new format.Richard Levitte3-2/+4
2002-07-15There's an ongoing project to bring some kind of path selectionRichard Levitte7-8/+644
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-05-29Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte1-1/+1
2001-12-17formatting consistencyBodo Möller1-1/+0
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-1/+0
2001-11-22'flags' should only be set inside DSO_load() if constructing a new DSOGeoff Thorpe2-9/+7
2001-11-16On VMS, the norm is still that symbols are uppercased, so for now it's betterRichard Levitte1-0/+4
2001-11-15At least for the two common Unixly DSO loading methods, include theRichard Levitte2-6/+9
2001-11-15make updateRichard Levitte1-1/+1
2001-09-04Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe3-5/+5
2001-07-31make updateRichard Levitte1-8/+8
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-8/+8
2001-07-05Use one address consistently.Richard Levitte1-1/+1
2001-04-25This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe3-0/+9
2001-04-03libfisdef.h and LIB do not exist on older VMS versionsRichard Levitte1-2/+2
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-22/+22
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte1-4/+7
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2-5/+5
2001-02-19Make all configuration macros available for application by makingRichard Levitte2-13/+15
2000-12-31Make the DSO code for VMS work again. First attempt.Richard Levitte1-30/+24
2000-11-07shl_load() also needs to load along a path given through anRichard Levitte1-1/+1
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-26On HP-UX, at least when shl_* are used, the libraries have theRichard Levitte1-7/+12
2000-10-26For the operating systems where it matters, it is sometimes good toRichard Levitte3-17/+40
2000-10-26This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe8-111/+434
2000-10-22Pointer error correctedRichard Levitte1-2/+2
2000-10-09DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functionsGeoff Thorpe2-34/+24
2000-10-08None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe4-104/+8
2000-10-08Time to get rid of some rather silly code duplication - some DSO_ctrl()Geoff Thorpe1-0/+16
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-18Unless we cast, thorough compilers will complainRichard Levitte1-1/+1
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-2/+2
2000-09-17Make sure Compaq C doesn'r complain about dollars, and go around theRichard Levitte1-10/+17
2000-09-15Make sure dso_vms.c compiles on other operating systems as well.Richard Levitte2-2/+11
2000-09-15A DSO method for VMS was missing, and I had the code lying around...Richard Levitte4-0/+377
2000-09-15Add a flag for OpenVMS.Richard Levitte1-0/+6
2000-09-07'make update'Richard Levitte1-6/+10
2000-06-23Steve fixed up some strange errors introduced into dso_win32.c, and I'mGeoff Thorpe1-3/+3
2000-06-21* This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe1-2/+22
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-3/+3
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe8-111/+258
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe1-12/+19
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte2-10/+10
2000-05-29another warning.Geoff Thorpe1-1/+1
2000-05-29oops.Geoff Thorpe1-2/+2
2000-05-01Add missing #include.Bodo Möller1-0/+1