aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso
Commit message (Expand)AuthorAgeFilesLines
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* Third argument to shl_load() is "long address", not a pointer.Lutz Jänicke2003-01-081-1/+1
* WinCE patchesRichard Levitte2002-11-151-1/+1
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Various Win32 fixes.Dr. Stephen Henson2002-10-061-7/+24
* The first compile of the new merger method for VMS *almost* gotRichard Levitte2002-07-191-20/+19
* Some older code (never committed) wasn't converted to the new format.Richard Levitte2002-07-163-2/+4
* There's an ongoing project to bring some kind of path selectionRichard Levitte2002-07-157-8/+644
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte2002-05-291-1/+1
* formatting consistencyBodo Möller2001-12-171-1/+0
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* 'flags' should only be set inside DSO_load() if constructing a new DSOGeoff Thorpe2001-11-222-9/+7
* On VMS, the norm is still that symbols are uppercased, so for now it's betterRichard Levitte2001-11-161-0/+4
* At least for the two common Unixly DSO loading methods, include theRichard Levitte2001-11-152-6/+9
* make updateRichard Levitte2001-11-151-1/+1
* Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe2001-09-043-5/+5
* make updateRichard Levitte2001-07-311-8/+8
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-8/+8
* Use one address consistently.Richard Levitte2001-07-051-1/+1
* This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe2001-04-253-0/+9
* libfisdef.h and LIB do not exist on older VMS versionsRichard Levitte2001-04-031-2/+2
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-22/+22
* Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte2001-02-201-4/+7
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-202-5/+5
* Make all configuration macros available for application by makingRichard Levitte2001-02-192-13/+15
* Make the DSO code for VMS work again. First attempt.Richard Levitte2000-12-311-30/+24
* shl_load() also needs to load along a path given through anRichard Levitte2000-11-071-1/+1
* 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
* On HP-UX, at least when shl_* are used, the libraries have theRichard Levitte2000-10-261-7/+12
* For the operating systems where it matters, it is sometimes good toRichard Levitte2000-10-263-17/+40
* This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe2000-10-268-111/+434
* Pointer error correctedRichard Levitte2000-10-221-2/+2
* DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functionsGeoff Thorpe2000-10-092-34/+24
* None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe2000-10-084-104/+8
* Time to get rid of some rather silly code duplication - some DSO_ctrl()Geoff Thorpe2000-10-081-0/+16
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* Unless we cast, thorough compilers will complainRichard Levitte2000-09-181-1/+1
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-2/+2
* Make sure Compaq C doesn'r complain about dollars, and go around theRichard Levitte2000-09-171-10/+17
* Make sure dso_vms.c compiles on other operating systems as well.Richard Levitte2000-09-152-2/+11
* A DSO method for VMS was missing, and I had the code lying around...Richard Levitte2000-09-154-0/+377
* Add a flag for OpenVMS.Richard Levitte2000-09-151-0/+6
* 'make update'Richard Levitte2000-09-071-6/+10
* Steve fixed up some strange errors introduced into dso_win32.c, and I'mGeoff Thorpe2000-06-231-3/+3
* * This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe2000-06-211-2/+22
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-3/+3
* Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe2000-06-168-111/+258