1. 06 11月, 2008 1 次提交
  2. 02 11月, 2008 1 次提交
  3. 28 10月, 2008 1 次提交
  4. 24 9月, 2008 1 次提交
  5. 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
  6. 04 7月, 2008 1 次提交
  7. 02 5月, 2008 1 次提交
  8. 24 4月, 2008 1 次提交
  9. 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
  10. 23 3月, 2008 1 次提交
  11. 17 3月, 2008 1 次提交
  12. 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
  13. 31 8月, 2007 1 次提交
  14. 22 5月, 2007 1 次提交
  15. 06 4月, 2007 1 次提交
  16. 21 1月, 2007 1 次提交
  17. 20 12月, 2006 1 次提交
  18. 19 12月, 2006 1 次提交
  19. 22 11月, 2006 1 次提交
  20. 28 9月, 2006 1 次提交
  21. 21 7月, 2006 1 次提交
  22. 18 7月, 2006 1 次提交
  23. 11 7月, 2006 1 次提交
  24. 19 6月, 2006 1 次提交
  25. 25 5月, 2006 1 次提交
  26. 24 5月, 2006 1 次提交
  27. 12 5月, 2006 1 次提交
  28. 08 5月, 2006 1 次提交
  29. 24 4月, 2006 1 次提交
  30. 20 4月, 2006 1 次提交
  31. 19 4月, 2006 1 次提交
  32. 18 4月, 2006 1 次提交
  33. 17 4月, 2006 1 次提交
  34. 28 3月, 2006 1 次提交
  35. 24 3月, 2006 1 次提交
  36. 23 3月, 2006 4 次提交
  37. 22 3月, 2006 1 次提交