1. 01 6月, 2008 1 次提交
  2. 26 5月, 2008 1 次提交
  3. 19 5月, 2008 3 次提交
  4. 13 5月, 2008 1 次提交
  5. 02 5月, 2008 1 次提交
  6. 17 4月, 2008 3 次提交
  7. 12 4月, 2008 2 次提交
  8. 11 4月, 2008 1 次提交
  9. 10 4月, 2008 2 次提交
  10. 29 3月, 2008 1 次提交
  11. 28 3月, 2008 2 次提交
    • D
      Support for verification of signed receipts. · eb9d8d8c
      Dr. Stephen Henson 提交于
      eb9d8d8c
    • 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
  12. 27 3月, 2008 1 次提交
  13. 26 3月, 2008 1 次提交
  14. 25 3月, 2008 1 次提交
  15. 23 3月, 2008 1 次提交
  16. 20 3月, 2008 2 次提交
  17. 19 3月, 2008 2 次提交
  18. 18 3月, 2008 1 次提交
    • D
      Various tidies/fixes: · e4f0e40e
      Dr. Stephen Henson 提交于
      Make streaming support in cms cleaner.
      
      Note errors in various S/MIME functions if CMS_final() fails.
      
      Add streaming support for enveloped data.
      e4f0e40e
  19. 17 3月, 2008 3 次提交
  20. 16 3月, 2008 1 次提交
  21. 15 3月, 2008 2 次提交
  22. 14 3月, 2008 1 次提交
  23. 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
  24. 15 1月, 2008 1 次提交
  25. 12 1月, 2008 1 次提交
  26. 06 1月, 2008 1 次提交
  27. 04 1月, 2008 1 次提交
  28. 14 12月, 2007 1 次提交