1. 18 6月, 2005 1 次提交
  2. 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
  3. 06 6月, 2005 1 次提交
  4. 21 5月, 2005 1 次提交
  5. 13 1月, 2005 1 次提交
  6. 28 6月, 2004 1 次提交
  7. 24 3月, 2004 1 次提交
  8. 28 11月, 2003 1 次提交
  9. 28 9月, 2003 1 次提交
  10. 27 9月, 2003 1 次提交
  11. 09 9月, 2003 1 次提交
  12. 20 6月, 2003 1 次提交
  13. 12 6月, 2003 1 次提交
  14. 21 3月, 2003 1 次提交
  15. 04 12月, 2002 2 次提交
  16. 03 12月, 2002 1 次提交
  17. 29 11月, 2002 1 次提交
  18. 16 11月, 2002 1 次提交
  19. 14 11月, 2002 1 次提交
    • R
      Fix to build better with DJGPP. · 8d6e6048
      Richard Levitte 提交于
      PR: 338
      
      Here's the description, submitted by Gisle Vanem <giva@bgnett.no>:
      
      1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due
         to name-clash with Watt-32.
      
      2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash
         with <stdlib.h>
      
      3. Added calls to dbug_init()/sock_init() in some demo programs.
      
      4. Changed cflags/lflags in configure. Watt-32 install root now taken
         from $WATT_ROOT.
      8d6e6048
  20. 09 10月, 2002 1 次提交
    • R
      Add a few more VxWorks targets. · 6a89a25c
      Richard Levitte 提交于
      Correct misspelled VXWORKS macros.
      Add VXWORKS identifying macros to e_os2.h.
      Add required inclusions and mappings for VxWorks in e_os.h.
      A few small modifications to make OpenSSL build and work on VxWorks.
      PR: 253, except for the  change that was handled in an earlier
               commit, and a request for easy build of just parts of OpenSSL.
      6a89a25c
  21. 14 6月, 2002 1 次提交
  22. 30 5月, 2002 1 次提交
  23. 06 4月, 2002 2 次提交
  24. 14 2月, 2002 1 次提交
  25. 08 11月, 2001 1 次提交
  26. 25 8月, 2001 2 次提交
  27. 03 7月, 2001 1 次提交
    • R
      [Forgotten commits?] · 3bfd99bf
      Richard Levitte 提交于
      Changes to have OpenSSL compile on OS/2.
      Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
      3bfd99bf
  28. 03 5月, 2001 1 次提交
    • R
      Some platforms (most notably Windows) do not have a $HOME by default. · f0b54fef
      Richard Levitte 提交于
      For those, unless the environment variables RANDFILE or HOME are
      defined (the default case!), RAND_file_name() will return NULL.
      This change adds a default HOME for those platforms.
      
      To add a default HOME for any platform, just define DEFAULT_HOME in
      the proper place, wrapped in appropriate #ifdef..#endif, in e_os.h.
      f0b54fef
  29. 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
  30. 07 2月, 2001 1 次提交
  31. 10 1月, 2001 1 次提交
  32. 09 1月, 2001 1 次提交
  33. 08 1月, 2001 1 次提交
  34. 02 10月, 2000 1 次提交
  35. 30 9月, 2000 1 次提交
  36. 21 9月, 2000 1 次提交
  37. 14 9月, 2000 1 次提交