1. 05 10月, 2009 1 次提交
  2. 12 11月, 2008 1 次提交
  3. 06 11月, 2008 1 次提交
  4. 01 11月, 2008 1 次提交
  5. 09 5月, 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. 21 8月, 2003 1 次提交
  8. 10 9月, 2000 1 次提交
  9. 25 8月, 2000 1 次提交
  10. 05 6月, 2000 1 次提交
  11. 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
  12. 20 1月, 2000 1 次提交
  13. 06 1月, 2000 1 次提交
  14. 04 11月, 1999 1 次提交
  15. 27 10月, 1999 1 次提交
    • D
      Continued multibyte character support. · 74400f73
      Dr. Stephen Henson 提交于
      Add a bunch of functions to simplify the creation of X509_NAME structures.
      
      Change the X509_NAME_entry_add stuff in req/ca so it no longer uses
      X509_NAME_entry_count(): passing -1 has the same effect.
      74400f73
  16. 25 10月, 1999 1 次提交
  17. 23 10月, 1999 2 次提交
  18. 21 10月, 1999 1 次提交