1. 04 7月, 2008 1 次提交
  2. 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
  3. 29 4月, 2005 1 次提交
  4. 27 4月, 2005 1 次提交
  5. 23 4月, 2005 1 次提交
  6. 03 9月, 2001 1 次提交
  7. 08 3月, 2001 1 次提交
  8. 10 2月, 2001 1 次提交
  9. 08 2月, 2001 1 次提交
  10. 27 11月, 2000 1 次提交
  11. 27 2月, 2000 1 次提交
  12. 24 2月, 2000 1 次提交
  13. 03 2月, 2000 1 次提交
  14. 30 1月, 2000 1 次提交
  15. 28 1月, 2000 1 次提交
    • U
      Document DSA and SHA. · 38e33cef
      Ulf Möller 提交于
      New function BN_pseudo_rand().
      Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when
      generating DSA primes (why not use BN_is_prime()?)
      38e33cef
  16. 27 1月, 2000 2 次提交
  17. 24 1月, 2000 2 次提交
  18. 23 1月, 2000 1 次提交