aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso
Commit message (Expand)AuthorAgeFilesLines
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-1/+4
* WCE update, mostly typos.Andy Polyakov2005-08-031-2/+2
* Implement complementary LoadLibraryA shim under WCE.Andy Polyakov2005-08-021-0/+24
* Eliminate gcc warning in dso_win32.c.Andy Polyakov2005-07-241-2/+2
* Eliminate dependency on UNICODE macro.Andy Polyakov2005-06-271-16/+19
* Eliminate gcc -pedantic warnings.Andy Polyakov2005-06-093-3/+18
* Allow for dso load by explicit path on HP-UX.Andy Polyakov2005-06-091-1/+2
* When the return type of the function is int, it's better to return anRichard Levitte2005-06-091-1/+1
* _GNU_SOURCE needs to be defined before any standard header.Richard Levitte2005-06-061-5/+10
* New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov2005-06-056-5/+244
* fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch2005-05-191-2/+2
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Avoid warnings.Dr. Stephen Henson2005-05-121-1/+1
* Fix more error codes.Bodo Möller2005-05-113-6/+10
* Fix various incorrect error function codes.Bodo Möller2005-04-263-7/+7
* Rebuild error codes.Dr. Stephen Henson2005-04-121-56/+59
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov2005-03-121-1/+1
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* make updateGeoff Thorpe2004-04-191-17/+22
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+2
* Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte2003-06-121-1/+5
* Add the possibility to have symbols loaded globally with DSO.Richard Levitte2003-06-112-1/+14
* 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