1. 04 7月, 2008 1 次提交
  2. 27 6月, 2008 1 次提交
  3. 04 6月, 2008 1 次提交
  4. 03 6月, 2008 1 次提交
  5. 02 6月, 2008 3 次提交
  6. 01 6月, 2008 3 次提交
  7. 26 5月, 2008 1 次提交
  8. 19 5月, 2008 3 次提交
  9. 13 5月, 2008 1 次提交
  10. 02 5月, 2008 1 次提交
  11. 17 4月, 2008 3 次提交
  12. 12 4月, 2008 2 次提交
  13. 11 4月, 2008 1 次提交
  14. 10 4月, 2008 2 次提交
  15. 29 3月, 2008 1 次提交
  16. 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
  17. 27 3月, 2008 1 次提交
  18. 26 3月, 2008 1 次提交
  19. 25 3月, 2008 1 次提交
  20. 23 3月, 2008 1 次提交
  21. 20 3月, 2008 2 次提交
  22. 19 3月, 2008 2 次提交
  23. 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
  24. 17 3月, 2008 3 次提交
  25. 16 3月, 2008 1 次提交