1. 29 Aug, 2008 1 commit
  2. 27 Aug, 2008 1 commit
  3. 20 Aug, 2008 1 commit
  4. 13 Aug, 2008 2 commits
  5. 12 Aug, 2008 1 commit
  6. 08 Aug, 2008 1 commit
  7. 06 Aug, 2008 1 commit
    • Geoff Thorpe's avatar
      Remove the dual-callback scheme for numeric and pointer thread IDs, · 4c329696
      Geoff Thorpe authored
      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
  8. 30 Jul, 2008 1 commit
  9. 03 Jul, 2008 1 commit
  10. 26 Jun, 2008 1 commit
  11. 23 Jun, 2008 1 commit
  12. 09 Jun, 2008 1 commit
  13. 05 Jun, 2008 1 commit
  14. 04 Jun, 2008 1 commit
  15. 03 Jun, 2008 1 commit
  16. 01 Jun, 2008 1 commit
  17. 28 May, 2008 3 commits
    • Bodo Möller's avatar
      sync with 0.9.8 branch · 2cd81830
      Bodo Möller authored
      2cd81830
    • Bodo Möller's avatar
      From HEAD: · e194fe8f
      Bodo Möller authored
      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
    • Bodo Möller's avatar
      From HEAD: · 40a70628
      Bodo Möller authored
      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
  18. 26 May, 2008 1 commit
  19. 23 May, 2008 2 commits
  20. 20 May, 2008 2 commits
  21. 19 May, 2008 2 commits
  22. 30 Apr, 2008 1 commit
  23. 28 Apr, 2008 1 commit
  24. 27 Apr, 2008 1 commit
  25. 02 Apr, 2008 2 commits
  26. 28 Mar, 2008 2 commits
    • Dr. Stephen Henson's avatar
      eb9d8d8c
    • Geoff Thorpe's avatar
      There was a need to support thread ID types that couldn't be reliably cast · f7ccba3e
      Geoff Thorpe authored
      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
  27. 15 Mar, 2008 1 commit
  28. 12 Mar, 2008 1 commit
    • Dr. Stephen Henson's avatar
      And so it begins... · 8931b30d
      Dr. Stephen Henson authored
      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
  29. 27 Feb, 2008 1 commit
  30. 06 Jan, 2008 1 commit
  31. 03 Jan, 2008 2 commits