aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-12/+19
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-012-10/+10
* another warning.Geoff Thorpe2000-05-291-1/+1
* oops.Geoff Thorpe2000-05-291-2/+2
* Add missing #include.Bodo Möller2000-05-011-0/+1
* This case in the "dso_unload" handlers should not be reported as an error -Geoff Thorpe2000-04-253-12/+3
* This change facilitates name translation for shared libraries. TheGeoff Thorpe2000-04-197-28/+228
* Ignore lib and Makefile.save.Bodo Möller2000-04-141-0/+2
* "make update"Richard Levitte2000-04-091-0/+6
* Constification, and a silly mistake in the comments.Geoff Thorpe2000-04-065-20/+20
* This helps make the DSO stuff more portable;Geoff Thorpe2000-04-061-0/+2
* This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe2000-04-0410-0/+1409