1. 14 9月, 2008 3 次提交
  2. 01 9月, 2008 1 次提交
  3. 29 8月, 2008 1 次提交
  4. 27 8月, 2008 1 次提交
  5. 21 8月, 2008 1 次提交
  6. 14 8月, 2008 2 次提交
  7. 12 8月, 2008 1 次提交
  8. 08 8月, 2008 1 次提交
  9. 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
  10. 30 7月, 2008 1 次提交
  11. 04 7月, 2008 1 次提交
  12. 27 6月, 2008 1 次提交
  13. 24 6月, 2008 1 次提交
  14. 10 6月, 2008 1 次提交
  15. 05 6月, 2008 1 次提交
  16. 04 6月, 2008 1 次提交
  17. 03 6月, 2008 1 次提交
  18. 02 6月, 2008 1 次提交
  19. 29 5月, 2008 3 次提交
    • B
      sync with 0.9.8 branch · 2cd81830
      Bodo Möller 提交于
      2cd81830
    • B
      From HEAD: · e194fe8f
      Bodo Möller 提交于
      Fix flaw if 'Server Key exchange message' is omitted from a TLS
      handshake which could lead to a cilent crash as found using the
      Codenomicon TLS test suite (CVE-2008-1672)
      
      Reviewed by: openssl-security@openssl.org
      
      Obtained from: mark@awe.com
      e194fe8f
    • B
      From HEAD: · 40a70628
      Bodo Möller 提交于
      Fix double-free in TLS server name extensions which could lead to a remote
      crash found by Codenomicon TLS test suite (CVE-2008-0891)
      
      Reviewed by: openssl-security@openssl.org
      
      Obtained from: jorton@redhat.com
      40a70628
  20. 26 5月, 2008 1 次提交
  21. 23 5月, 2008 2 次提交
  22. 21 5月, 2008 2 次提交
  23. 20 5月, 2008 2 次提交
  24. 01 5月, 2008 1 次提交
  25. 29 4月, 2008 1 次提交
  26. 28 4月, 2008 1 次提交
  27. 02 4月, 2008 2 次提交
  28. 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
  29. 15 3月, 2008 1 次提交
  30. 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