1. 19 7月, 2012 1 次提交
  2. 05 9月, 2011 1 次提交
  3. 06 6月, 2011 1 次提交
  4. 07 4月, 2011 1 次提交
  5. 25 3月, 2011 1 次提交
  6. 13 3月, 2011 1 次提交
  7. 08 3月, 2011 1 次提交
  8. 22 2月, 2011 1 次提交
  9. 04 2月, 2011 2 次提交
  10. 03 2月, 2011 1 次提交
  11. 01 2月, 2011 1 次提交
  12. 27 1月, 2011 1 次提交
  13. 26 1月, 2011 1 次提交
  14. 14 1月, 2011 1 次提交
  15. 15 5月, 2010 1 次提交
    • D
      PR: 2253 · 19674b5a
      Dr. Stephen Henson 提交于
      Submitted By: Ger Hobbelt <ger@hobbelt.com>
      
      Check callback return value when outputting errors.
      19674b5a
  16. 09 8月, 2009 1 次提交
  17. 02 12月, 2008 1 次提交
  18. 25 11月, 2008 1 次提交
  19. 13 11月, 2008 1 次提交
  20. 27 10月, 2008 1 次提交
  21. 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
  22. 04 7月, 2008 1 次提交
  23. 16 6月, 2008 1 次提交
  24. 01 6月, 2008 1 次提交
  25. 26 5月, 2008 1 次提交
  26. 06 4月, 2008 1 次提交
  27. 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
  28. 23 3月, 2008 1 次提交
  29. 13 3月, 2008 1 次提交
    • D
      And so it begins... · 8931b30d
      Dr. Stephen Henson 提交于
      Initial support for CMS.
      
      Add zlib compression BIO.
      
      Add AES key wrap implementation.
      
      Generalize S/MIME MIME code to support CMS and/or PKCS7.
      8931b30d
  30. 11 4月, 2007 1 次提交
  31. 07 12月, 2006 1 次提交
  32. 23 6月, 2006 1 次提交
  33. 14 6月, 2006 1 次提交
  34. 13 2月, 2006 2 次提交
  35. 04 2月, 2006 1 次提交
  36. 30 1月, 2006 1 次提交
  37. 09 1月, 2006 1 次提交
  38. 17 5月, 2005 1 次提交