Declare the CFB and OFB modes for AES, and prepare for a declaration
[openssl.git] / crypto / dso /
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...
2000-10-08 Geoff ThorpeNone of the DSO_METHOD's were handling anything except...
2000-10-08 Geoff ThorpeTime to get rid of some rather silly code duplication...
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-18 Richard LevitteUnless we cast, thorough compilers will complain
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-17 Richard LevitteMake sure Compaq C doesn'r complain about dollars,...
2000-09-15 Richard LevitteMake sure dso_vms.c compiles on other operating systems...
2000-09-15 Richard LevitteA DSO method for VMS was missing, and I had the code...
2000-09-15 Richard LevitteAdd a flag for OpenVMS.
2000-09-07 Richard Levitte'make update'
2000-06-23 Geoff ThorpeSteve fixed up some strange errors introduced into...
2000-06-21 Geoff Thorpe* This adds some checking to the 'dlfcn' DSO_METHOD...
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-16 Geoff ThorpeCurrently the DSO_METHOD interface has one entry point...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-29 Geoff Thorpeanother warning.
2000-05-29 Geoff Thorpeoops.
2000-05-01 Bodo MöllerAdd missing #include.
2000-04-25 Geoff ThorpeThis case in the "dso_unload" handlers should not be...
2000-04-19 Geoff ThorpeThis change facilitates name translation for shared...
2000-04-14 Bodo MöllerIgnore lib and Makefile.save.
2000-04-09 Richard Levitte"make update"
2000-04-06 Geoff ThorpeConstification, and a silly mistake in the comments.
2000-04-06 Geoff ThorpeThis helps make the DSO stuff more portable;
2000-04-04 Geoff ThorpeThis is a set of startup code for the DSO support,...