1. 27 1月, 2011 1 次提交
  2. 26 1月, 2011 2 次提交
  3. 18 11月, 2010 1 次提交
    • D
      PR: 2372 · 70a5f5f9
      Dr. Stephen Henson 提交于
      Submitted by: "W.C.A. Wijngaards" <wouter@nlnetlabs.nl>
      Reviewed by: steve
      
      Fix OpenBSD compilation failure.
      70a5f5f9
  4. 08 7月, 2010 1 次提交
  5. 16 6月, 2010 1 次提交
  6. 12 6月, 2010 1 次提交
  7. 23 3月, 2010 1 次提交
  8. 17 2月, 2010 1 次提交
    • D
      PR: 2100 · 47e0a1c3
      Dr. Stephen Henson 提交于
      Submitted by: James Baker <jbaker@tableausoftware.com> et al.
      
      Workaround for slow Heap32Next on some versions of Windows.
      47e0a1c3
  9. 27 1月, 2010 1 次提交
    • D
      PR: 2138 · 1bfdbd8e
      Dr. Stephen Henson 提交于
      Submitted by: Kevin Regan <k.regan@f5.com>
      
      Clear stat structure if -DPURIFY is set to avoid problems on some
      platforms which include unitialised fields.
      1bfdbd8e
  10. 20 1月, 2010 1 次提交
  11. 19 1月, 2010 1 次提交
  12. 24 9月, 2009 1 次提交
  13. 20 9月, 2009 1 次提交
  14. 24 7月, 2009 1 次提交
  15. 14 6月, 2009 1 次提交
    • D
      PR: 1952 · 21b25ed4
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve@openssl.org
      
      ECDH negotiation bug.
      21b25ed4
  16. 24 4月, 2009 1 次提交
  17. 08 4月, 2009 1 次提交
  18. 15 2月, 2009 1 次提交
  19. 03 1月, 2009 1 次提交
  20. 22 12月, 2008 1 次提交
  21. 12 11月, 2008 2 次提交
  22. 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
  23. 04 11月, 2008 1 次提交
  24. 03 11月, 2008 1 次提交
  25. 02 11月, 2008 1 次提交
  26. 29 10月, 2008 1 次提交
  27. 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
  28. 04 7月, 2008 1 次提交
  29. 04 6月, 2008 1 次提交
  30. 20 5月, 2008 1 次提交
  31. 16 5月, 2008 1 次提交
  32. 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
  33. 04 1月, 2008 1 次提交
  34. 24 9月, 2007 1 次提交
  35. 03 3月, 2007 2 次提交
  36. 21 1月, 2007 1 次提交
  37. 22 11月, 2006 1 次提交