1. 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
  2. 27 4月, 2005 2 次提交
  3. 20 4月, 2005 1 次提交
  4. 31 3月, 2005 1 次提交
  5. 04 1月, 2005 1 次提交
  6. 27 12月, 2003 1 次提交
    • R
      Use BUF_strlcpy() instead of strcpy(). · d420ac2c
      Richard Levitte 提交于
      Use BUF_strlcat() instead of strcat().
      Use BIO_snprintf() instead of sprintf().
      In some cases, keep better track of buffer lengths.
      This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
      d420ac2c
  7. 28 11月, 2003 1 次提交
  8. 28 11月, 2002 1 次提交
  9. 22 11月, 2002 1 次提交
  10. 16 11月, 2002 1 次提交
  11. 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
  12. 13 11月, 2002 1 次提交
  13. 21 2月, 2001 1 次提交
  14. 20 2月, 2001 4 次提交
  15. 21 9月, 2000 1 次提交
  16. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  17. 15 3月, 2000 1 次提交
  18. 13 3月, 2000 1 次提交
  19. 29 7月, 1999 1 次提交
    • U
      VMS updates. · 8c197cc5
      Ulf Möller 提交于
      Submitted by: Richard Levitte <levitte@stacken.kth.se>
      8c197cc5
  20. 11 6月, 1999 1 次提交
  21. 04 6月, 1999 1 次提交
  22. 13 5月, 1999 2 次提交
  23. 27 4月, 1999 1 次提交
  24. 24 4月, 1999 1 次提交
  25. 23 4月, 1999 1 次提交
  26. 21 4月, 1999 1 次提交
  27. 20 4月, 1999 1 次提交
  28. 15 4月, 1999 1 次提交
  29. 03 4月, 1999 2 次提交
  30. 22 3月, 1999 1 次提交
  31. 22 12月, 1998 1 次提交
  32. 21 12月, 1998 2 次提交