Include support for an add_lock callback to tiny FIPS locking API.
[openssl.git] / crypto / dso /
2011-02-12 Andy Polyakovdso_dlfcn.c: make it work on Tru64 4.0.
2011-02-02 Dr. Stephen HensonMake no-asm work in fips mode. Add android platform.
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-03-29 Andy Polyakovdso_dlfcn.c: fix compile failure on Tru64.
2009-10-04 Dr. Stephen HensonPrevent aliasing warning
2009-07-16 Dr. Stephen HensonUse correct extension and OSX detection.
2009-07-15 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-07-15 Dr. Stephen HensonUpdates from 1.0.0-stable
2008-12-29 Andy PolyakovFix "possible loss of data" Win64 compiler warnings.
2008-12-27 Ben LaurieRemove dead code. (Coverity ID 2)
2008-12-16 Richard LevitteStack changes made dso_vms.c not compile properly.
2008-06-04 Dr. Stephen HensonMake DSO WIN32 compile again.
2008-06-04 Ben LaurieMore type-checking.
2008-01-04 Andy PolyakovLast dso_dlfcn.c check-in said "Use Dl_info only on...
2007-04-02 Nils Larschcheck if pointer is != NULL before dereferencing it...
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-10-23 Andy PolyakovFix mingw warnings.
2006-05-12 Richard LevitteSomeone made a mistake, and some function and reason...
2006-04-13 Dr. Stephen HensonUpdate dependencies.
2006-04-12 Dr. Stephen HensonAdd file dso_beos.c missing from original commit.
2006-04-11 Ulf MöllerAdd BeOS support.
2006-04-11 Ulf MöllerUse Dl_info only on systems where it is known to exist...
2006-04-11 Ulf Mölleruncomment; that one slipped through
2006-04-11 Ulf Möllerimprove make dclean to remove files generated during...
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2006-03-11 Nils Larschfix "missing initializer" warning
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2006-01-15 Dr. Stephen HensonFix from stable branch.
2006-01-08 Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2006-01-02 Andy PolyakovTypo in win32_globallookup.
2006-01-02 Andy Polyakov"Relax" prototype and rename DSO_global_lookup_func...
2006-01-01 Andy PolyakovFix mapping "leak" in newly introduced win32_globallookup.
2005-12-31 Andy PolyakovOops! Remove junk...
2005-12-30 Andy PolyakovAdd DSO_global_lookup_func implementation. See commenta...
2005-12-18 Ulf Möllercomments
2005-12-18 Andy PolyakovEliminate possible mapping leak.
2005-11-01 Richard LevitteFix numerous bugs in the Win32 path splitter
2005-11-01 Richard LevitteA slight change in documentation that makes it so much...
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-03 Andy PolyakovWCE update, mostly typos.
2005-08-02 Andy PolyakovImplement complementary LoadLibraryA shim under WCE.
2005-07-24 Andy PolyakovEliminate gcc warning in dso_win32.c.
2005-06-27 Andy PolyakovEliminate dependency on UNICODE macro.
2005-06-09 Andy PolyakovEliminate gcc -pedantic warnings.
2005-06-09 Andy PolyakovAllow for dso load by explicit path on HP-UX.
2005-06-09 Richard LevitteWhen the return type of the function is int, it's bette...
2005-06-06 Richard Levitte_GNU_SOURCE needs to be defined before any standard...
2005-06-05 Andy PolyakovNew function, DSO_pathbyaddr, to find pathname for...
2005-05-19 Nils Larschfix "dereferencing type-punned pointer will break stric...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-12 Dr. Stephen HensonAvoid warnings.
2005-05-11 Bodo MöllerFix more error codes.
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-12 Andy PolyakovCygwin to use DSO_FLFCN and mingw to use DSO_WIN32.
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-04-19 Geoff Thorpemake update
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-06-12 Richard LevitteMake sure DSO-dlfcn works properly on SunOS4.
2003-06-11 Richard LevitteAdd the possibility to have symbols loaded globally...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_ERR.
2003-01-08 Lutz JänickeThird argument to shl_load() is "long address", not...
2002-11-15 Richard LevitteWinCE patches
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-06 Dr. Stephen HensonVarious Win32 fixes.
2002-07-19 Richard LevitteThe first compile of the new merger method for VMS...
2002-07-16 Richard LevitteSome older code (never committed) wasn't converted...
2002-07-15 Richard LevitteThere's an ongoing project to bring some kind of path...
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-05-29 Richard LevitteSet DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
2001-12-17 Bodo Möllerformatting consistency
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-11-22 Geoff Thorpe'flags' should only be set inside DSO_load() if constru...
2001-11-16 Richard LevitteOn VMS, the norm is still that symbols are uppercased...
2001-11-15 Richard LevitteAt least for the two common Unixly DSO loading methods...
2001-11-15 Richard Levittemake update
2001-09-04 Geoff ThorpeAdd a "_up" -> "_up_ref" change to libeay.num that...
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-05 Richard LevitteUse one address consistently.
2001-04-25 Geoff ThorpeThis change to the "dl", "dlfcn", and "win32" DSO_METHO...
2001-04-03 Richard Levittelibfisdef.h and LIB do not exist on older VMS versions
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20 Richard LevitteInclude OpenSSL header files earlier so macros like...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-12-31 Richard LevitteMake the DSO code for VMS work again. First attempt.
2000-11-07 Richard Levitteshl_load() also needs to load along a path given through an
2000-11-03 Bodo Mölleravoid memory leak
2000-10-30 Geoff ThorpeDSO_load() should also work when it is passed a NULL...
2000-10-26 Richard LevitteOn HP-UX, at least when shl_* are used, the libraries...
2000-10-26 Richard LevitteFor the operating systems where it matters, it is somet...
2000-10-26 Geoff ThorpeThis changes the behaviour of the DSO mechanism for...
2000-10-22 Richard LevittePointer error corrected
2000-10-09 Geoff ThorpeDSO_ctrl() changes have removed a couple of DSO_METHOD...
next