1. 10 8月, 2005 1 次提交
  2. 08 8月, 2005 1 次提交
  3. 04 8月, 2005 1 次提交
  4. 03 8月, 2005 1 次提交
  5. 02 8月, 2005 3 次提交
  6. 31 7月, 2005 1 次提交
  7. 25 7月, 2005 1 次提交
  8. 05 7月, 2005 1 次提交
  9. 13 6月, 2005 1 次提交
    • R
      Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PR · b764ab95
      Richard Levitte 提交于
      1107.  He says:
      
      This is a followup to the NetWare patch that was applied to beta3.  It
      does the following:
      
      - Fixes a problem in the CLib build with undefined symbols.
      
      - Adds the ability to use BSD sockets as the default for the OpenSSL
        socket BIO.  NetWare supports 2 flavors of sockets and our Apache
        developers need BSD sockets as a configurable option when building
        OpenSSL.  This adds that for them.
      
      - Updates to the INSTALL.NW file to explain new options.
      
      I have tried very hard to make sure all the changes are in NetWare
      specific files or guarded carefully to make sure they only impact
      NetWare builds.  I have tested the Windows build to make sure it does
      not break that since we have made changes to mk1mf.pl.
      
      We are still working the gcc cross compile for NetWare issue and hope
      to have a patch for that before beta 6 is released.
      b764ab95
  10. 06 6月, 2005 1 次提交
  11. 21 5月, 2005 1 次提交
  12. 18 5月, 2005 2 次提交
  13. 17 5月, 2005 1 次提交
  14. 17 4月, 2005 1 次提交
  15. 22 7月, 2004 1 次提交
  16. 28 11月, 2003 2 次提交
    • R
      Make a number of changes to the OS/2 build. Submitter's comment below. · 0b352c58
      Richard Levitte 提交于
      PR: 732
      Submitted by: Ilya Zakharevich <nospam-abuse@ilyaz.org>
      
      Submitter's comment:
      
      This patch:
      
      a) Introduces a new file os2/backwardify.pl.
      
      b) Introduces a new mk1mf.pl variable $preamble.  As you can see, it may
         be used also to move some OS-specific code to VC-CE too (the the
         first chunk of the patch);
      
      c) The DESCRIPTION specifier of the .def file is made more informative:
         now it contains the version number too.  On OS/2 it is made conformant
         to OS/2 conventions; in particular, when one runs the standard command
      	BLDLEVEL this.DLL
         one can see:
      
         Vendor:      www.openssl.org/
         Revision:    0.9.7c
         Description: OpenSSL: implementation of Secure Socket Layer; DLL for library crypto.  Build for EMX -Zmtd
      
         [I did not make Win32 descriptions as informative as this - I'm afraid to
          break something.  Be welcome to fix this.]
      
      d) On OS/2 the generated DLL was hardly usable (it had a shared initialized
         data segment).
      
      e) On OS/2 the generated DLLs had names like ssl.dll.  However, DLL names on
         OS/2 are "global data".  It is hard to have several DLLs with the same
         name on the system.  Thus this precluded coexistence of OpenSSL with DLLs
         for other SLL implementations - or other name clashes.  I transparently
         changed the names of the DLLs to open_ssl.dll and cryptssl.dll.
      
      f) The file added in (a) is used to create "forwarder" DLLs, so the
         applications expecting the "old" DLL names may use the new DLLs
         transparently.  (A presence of these DLLs on the system nullifies (e),
         but makes old applications work.  This is a stopgap measure until the
         old applications are relinked.  Systems with no old applications do not
         need these DLLs, so may enjoy all the benefits of (e).)
      
         The new DLLs are placed in os2/ and os2/noname subdirectories.
      
      g) The makefiles created with os2/OS2-EMX.cmd did not work (some mysterious
         meaningless failures).  The change to util/pl/OS2-EMX.pl uses the
         variable introduced in (b) to switch the Makefiles to SHELL=sh syntax.
         All these backslashes are removed, and the generated Makefiles started to
         work.
      
      h) Running os2/OS2-EMX.cmd now prints out what to do next.
      0b352c58
    • R
      Netware-specific changes, · 4d8743f4
      Richard Levitte 提交于
      PR: 780
      Submitted by: Verdon Walker <VWalker@novell.com>
      Reviewed by: Richard Levitte
      4d8743f4
  17. 26 6月, 2003 1 次提交
  18. 21 3月, 2003 1 次提交
  19. 22 2月, 2003 2 次提交
  20. 05 12月, 2002 1 次提交
  21. 03 12月, 2002 1 次提交
  22. 18 11月, 2002 1 次提交
  23. 16 11月, 2002 2 次提交
  24. 04 11月, 2002 1 次提交
  25. 05 10月, 2002 1 次提交
    • D
      · fc6a6a10
      Dr. Stephen Henson 提交于
      Add version info to Win32 DLLs.
      
      We might want to edit the strings a bit...
      
      Maybe add to 0.9.7 too?
      fc6a6a10
  26. 17 7月, 2002 1 次提交
  27. 28 6月, 2002 1 次提交
  28. 27 6月, 2002 1 次提交
  29. 19 5月, 2002 1 次提交
    • D
      · b89670ef
      Dr. Stephen Henson 提交于
      Fix Mingw32 asm build: use the Unix
      bignum assembly method of bn-586.pl
      and co-586.pl which (for some reason)
      VC++ doesn't use.
      b89670ef
  30. 11 5月, 2002 1 次提交
  31. 02 7月, 2001 1 次提交
  32. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  33. 31 12月, 2000 1 次提交
  34. 16 12月, 2000 1 次提交