1. 15 2月, 2011 2 次提交
  2. 13 2月, 2011 2 次提交
  3. 03 2月, 2011 1 次提交
  4. 27 1月, 2011 1 次提交
  5. 25 1月, 2011 2 次提交
  6. 24 1月, 2011 2 次提交
  7. 19 1月, 2011 2 次提交
  8. 10 1月, 2011 1 次提交
  9. 06 9月, 2010 1 次提交
  10. 27 8月, 2010 3 次提交
  11. 26 8月, 2010 3 次提交
  12. 07 3月, 2010 1 次提交
    • D
      Add algorithm specific signature printing. An individual ASN1 method can · fa1ba589
      Dr. Stephen Henson 提交于
      now print out signatures instead of the standard hex dump.
      
      More complex signatures (e.g. PSS) can print out more meaningful information.
      
      Sample DSA version included that prints out the signature parameters r, s.
      
      [Note EVP_PKEY_ASN1_METHOD is an application opaque structure so adding
       new fields in the middle has no compatibility issues]
      fa1ba589
  13. 23 2月, 2010 1 次提交
  14. 30 11月, 2009 1 次提交
    • D
      PR: 2118 · fed8dbf4
      Dr. Stephen Henson 提交于
      Submitted by: Mounir IDRASSI <mounir.idrassi@idrix.net>
      Approved by: steve@openssl.org
      
      Check return value of ECDSA_sign() properly.
      fed8dbf4
  15. 02 5月, 2009 1 次提交
  16. 27 12月, 2008 1 次提交
  17. 12 11月, 2008 1 次提交
  18. 06 11月, 2008 1 次提交
  19. 02 11月, 2008 1 次提交
  20. 28 10月, 2008 1 次提交
  21. 24 9月, 2008 1 次提交
  22. 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
  23. 04 7月, 2008 1 次提交
  24. 02 5月, 2008 1 次提交
  25. 24 4月, 2008 1 次提交
  26. 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
  27. 23 3月, 2008 1 次提交
  28. 17 3月, 2008 1 次提交
  29. 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
  30. 31 8月, 2007 1 次提交
  31. 22 5月, 2007 1 次提交