summaryrefslogtreecommitdiffstats
path: root/crypto/dso
AgeCommit message (Expand)Author
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-01-22Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2009-10-04Prevent aliasing warningDr. Stephen Henson
2009-07-16OSX DSO fix from HEAD.Dr. Stephen Henson
2009-07-15Update from 1.0.0-stable.Dr. Stephen Henson
2009-06-01PR: 1944Dr. Stephen Henson
2008-09-16Merge changes to build system from fips branch.Dr. Stephen Henson
2006-11-21Rebuild error file C source files.Dr. Stephen Henson
2006-02-04Update filenames in makefilesDr. Stephen Henson
2006-01-15Fix for Win32 dynamic engine loading.Dr. Stephen Henson
2005-11-01Fix numerous bugs in the Win32 path splitterRichard Levitte
2005-11-01A slight change in documentation that makes it so much more comprehensibleRichard Levitte
2005-08-28fix warnings when building openssl with (gcc 3.3.1):Nils Larsch
2005-08-03WCE update, mostly typos [from HEAD].Andy Polyakov
2005-08-02Implement complementary LoadLibraryA shim under WCE. [from HEAD]Andy Polyakov
2005-06-27Eliminate dependency on UNICODE macro.Andy Polyakov
2005-06-09Allow for dso load by explicit path on HP-UX.Andy Polyakov
2005-05-19fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-12Avoid warnings.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-12Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-04-19make updateGeoff Thorpe
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-06-12Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte
2003-06-11Add the possibility to have symbols loaded globally with DSO.Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_ERR.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-10-06Various Win32 fixes.Dr. Stephen Henson
2002-07-19The first compile of the new merger method for VMS *almost* gotRichard Levitte
2002-07-16Some older code (never committed) wasn't converted to the new format.Richard Levitte
2002-07-15There's an ongoing project to bring some kind of path selectionRichard 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