1. 02 11月, 2008 1 次提交
  2. 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
  3. 04 7月, 2008 1 次提交
  4. 04 6月, 2008 1 次提交
  5. 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
  6. 19 11月, 2007 1 次提交
  7. 16 11月, 2007 1 次提交
  8. 13 8月, 2007 1 次提交
  9. 21 1月, 2007 1 次提交
  10. 22 11月, 2006 1 次提交
  11. 05 10月, 2006 1 次提交
  12. 13 2月, 2006 1 次提交
  13. 30 1月, 2006 1 次提交
  14. 19 12月, 2005 1 次提交
  15. 19 9月, 2005 1 次提交
  16. 18 7月, 2005 1 次提交
  17. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  18. 24 6月, 2005 1 次提交
  19. 21 5月, 2005 1 次提交
  20. 17 5月, 2005 1 次提交
  21. 16 5月, 2005 2 次提交
    • N
      ecc api cleanup; summary: · 9dd84053
      Nils Larsch 提交于
      - hide the EC_KEY structure definition in ec_lcl.c + add
        some functions to use/access the EC_KEY fields
      - change the way how method specific data (ecdsa/ecdh) is
        attached to a EC_KEY
      - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with
        additional parameters for pre-computed values
      - rebuild libeay.num from 0.9.7
      9dd84053
    • A
      Fool-proofing Makefiles · 81a86fcf
      Andy Polyakov 提交于
      81a86fcf
  22. 10 5月, 2005 1 次提交
  23. 09 5月, 2005 1 次提交
  24. 29 4月, 2005 1 次提交
  25. 27 4月, 2005 1 次提交
  26. 23 4月, 2005 2 次提交
  27. 13 4月, 2005 1 次提交
  28. 30 3月, 2005 1 次提交
  29. 03 11月, 2004 1 次提交
  30. 21 10月, 2004 1 次提交
  31. 16 7月, 2004 1 次提交
  32. 15 6月, 2004 1 次提交
  33. 18 5月, 2004 1 次提交
  34. 20 4月, 2004 2 次提交
  35. 23 2月, 2004 1 次提交
  36. 06 12月, 2003 1 次提交
  37. 17 11月, 2003 1 次提交