1. 31 3月, 2005 1 次提交
  2. 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
  3. 13 1月, 2003 1 次提交
  4. 05 12月, 2002 1 次提交
  5. 13 11月, 2002 1 次提交
  6. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  7. 13 8月, 2001 1 次提交
    • G
      The indexes returned by ***_get_ex_new_index() functions are used when · b7727ee6
      Geoff Thorpe 提交于
      setting stack (actually, array) values in ex_data. So only increment the
      global counters if the underlying CRYPTO_get_ex_new_index() call succeeds.
      This change doesn't make "ex_data" right (see the comment at the head of
      ex_data.c to know why), but at least makes the source code marginally less
      frustrating.
      b7727ee6
  8. 11 7月, 2001 1 次提交
  9. 05 7月, 2001 1 次提交
  10. 24 6月, 2001 2 次提交
  11. 23 6月, 2001 1 次提交
  12. 20 6月, 2001 1 次提交
  13. 19 6月, 2001 1 次提交
  14. 11 6月, 2001 1 次提交
  15. 07 6月, 2001 1 次提交
  16. 06 6月, 2001 2 次提交
  17. 14 5月, 2001 1 次提交
  18. 10 5月, 2001 1 次提交
  19. 07 5月, 2001 1 次提交