1. 16 5月, 2005 1 次提交
    • B
      Implement fixed-window exponentiation to mitigate hyper-threading · 46a64376
      Bodo Möller 提交于
      timing attacks.
      
      BN_FLG_EXP_CONSTTIME requests this algorithm, and this done by default for
      RSA/DSA/DH private key computations unless
      RSA_FLAG_NO_EXP_CONSTTIME/DSA_FLAG_NO_EXP_CONSTTIME/
      DH_FLAG_NO_EXP_CONSTTIME is set.
      
      Submitted by: Matthew D Wood
      Reviewed by: Bodo Moeller
      46a64376
  2. 28 11月, 2003 1 次提交
  3. 23 2月, 2003 1 次提交
  4. 29 11月, 2002 1 次提交
  5. 20 2月, 2001 1 次提交
  6. 06 2月, 2000 1 次提交
  7. 15 1月, 2000 1 次提交
    • B
      - Pseudo-seed the PRNG in programs used for "make test" · 0c50e02b
      Bodo Möller 提交于
        because otherwise BN_rand will fail unless DEVRANDOM works,
        which causes the programs to dump core because they
        don't check the return value of BN_rand (and if they
        did, we still couldn't test anything).
      
      - add comment to some files that appear not to be used at all.
      0c50e02b
  8. 26 10月, 1999 1 次提交
  9. 30 4月, 1999 1 次提交
  10. 24 4月, 1999 1 次提交
  11. 20 4月, 1999 1 次提交
  12. 21 12月, 1998 3 次提交