1. 11 11月, 2008 1 次提交
  2. 06 11月, 2008 1 次提交
    • D
      PR: 1777 · 0afc9f5b
      Dr. Stephen Henson 提交于
      Submitted by: "Alon Bar-Lev" <alon.barlev@gmail.com>
      Approved by: steve@openssl.org
      
      Fix some size_t issues.
      0afc9f5b
  3. 03 11月, 2008 2 次提交
  4. 02 11月, 2008 1 次提交
  5. 01 11月, 2008 2 次提交
  6. 28 10月, 2008 2 次提交
  7. 22 10月, 2008 2 次提交
  8. 20 10月, 2008 1 次提交
  9. 16 10月, 2008 1 次提交
  10. 15 10月, 2008 2 次提交
  11. 15 9月, 2008 1 次提交
  12. 14 9月, 2008 1 次提交
  13. 12 9月, 2008 1 次提交
  14. 06 8月, 2008 1 次提交
    • G
      Remove the dual-callback scheme for numeric and pointer thread IDs, · 4c329696
      Geoff Thorpe 提交于
      deprecate the original (numeric-only) scheme, and replace with the
      CRYPTO_THREADID object. This hides the platform-specifics and should reduce
      the possibility for programming errors (where failing to explicitly check
      both thread ID forms could create subtle, platform-specific bugs).
      
      Thanks to Bodo, for invaluable review and feedback.
      4c329696
  15. 04 7月, 2008 1 次提交
  16. 24 6月, 2008 1 次提交
  17. 03 5月, 2008 1 次提交
  18. 02 5月, 2008 1 次提交
  19. 24 4月, 2008 1 次提交
  20. 23 4月, 2008 1 次提交
  21. 18 4月, 2008 2 次提交
  22. 17 4月, 2008 1 次提交
  23. 09 4月, 2008 2 次提交
  24. 01 4月, 2008 1 次提交
  25. 30 3月, 2008 1 次提交
  26. 28 3月, 2008 1 次提交
    • G
      There was a need to support thread ID types that couldn't be reliably cast · f7ccba3e
      Geoff Thorpe 提交于
      to 'unsigned long' (ie. odd platforms/compilers), so a pointer-typed
      version was added but it required portable code to check *both* modes to
      determine equality. This commit maintains the availability of both thread
      ID types, but deprecates the type-specific accessor APIs that invoke the
      callbacks - instead a single type-independent API is used.  This simplifies
      software that calls into this interface, and should also make it less
      error-prone - as forgetting to call and compare *both* thread ID accessors
      could have led to hard-to-debug/infrequent bugs (that might only affect
      certain platforms or thread implementations). As the CHANGES note says,
      there were corresponding deprecations and replacements in the
      thread-related functions for BN_BLINDING and ERR too.
      f7ccba3e
  27. 28 2月, 2008 2 次提交
  28. 27 2月, 2008 1 次提交
  29. 05 2月, 2008 1 次提交
  30. 15 1月, 2008 1 次提交
  31. 14 1月, 2008 1 次提交
  32. 11 1月, 2008 1 次提交