1. 05 4月, 2005 1 次提交
  2. 31 3月, 2005 1 次提交
  3. 05 12月, 2004 1 次提交
  4. 18 5月, 2004 1 次提交
  5. 20 4月, 2004 1 次提交
  6. 16 3月, 2004 1 次提交
  7. 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
  8. 26 6月, 2003 3 次提交
  9. 28 10月, 2002 1 次提交
  10. 12 8月, 2002 1 次提交
  11. 07 8月, 2002 1 次提交
  12. 09 4月, 2002 1 次提交
  13. 14 3月, 2002 1 次提交
  14. 14 2月, 2002 1 次提交
  15. 02 1月, 2002 1 次提交
  16. 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
  17. 07 11月, 2000 2 次提交
  18. 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
  19. 17 5月, 2000 1 次提交
  20. 16 5月, 2000 1 次提交
  21. 07 3月, 2000 1 次提交
  22. 06 2月, 2000 1 次提交
  23. 04 2月, 2000 1 次提交
  24. 14 1月, 2000 1 次提交
  25. 20 10月, 1999 1 次提交
  26. 27 4月, 1999 1 次提交
  27. 24 4月, 1999 1 次提交
  28. 20 4月, 1999 1 次提交
  29. 29 3月, 1999 1 次提交