1. 02 8月, 2002 6 次提交
  2. 25 7月, 2002 1 次提交
    • B
      Move zeroing from bn_expand_internal() to bn_expand2() so that it · 12593e6f
      Bodo Möller 提交于
      happens reliably, even if the BIGNUM is already sufficiently large.
      
      [Note that the bn_expand()/bn_wexpand() macros call bn_expand2() only
      if the BIGNUM actually has to grow, so this change does not add any
      new overhead as currently bn_expand2() is never called directly.]
      12593e6f
  3. 10 7月, 2002 1 次提交
  4. 28 6月, 2002 1 次提交
  5. 14 6月, 2002 1 次提交
  6. 31 5月, 2002 1 次提交
  7. 11 5月, 2002 2 次提交
    • D
      · dc014d43
      Dr. Stephen Henson 提交于
      Fallback to normal multiply if n2 == 8 and dna or dnb is not zero
      in bn_mul_recursive.
      
      This is (hopefully) what was triggering bignum errors on 64 bit
      platforms and causing the BN_mod_mul test to fail.
      dc014d43
    • D
      · 2f9cf160
      Dr. Stephen Henson 提交于
      Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.
      2f9cf160
  8. 26 3月, 2002 1 次提交
  9. 18 12月, 2001 1 次提交
  10. 14 12月, 2001 1 次提交
  11. 15 11月, 2001 1 次提交
  12. 09 11月, 2001 1 次提交
  13. 14 10月, 2001 1 次提交
  14. 04 10月, 2001 1 次提交
  15. 26 9月, 2001 1 次提交
  16. 05 9月, 2001 1 次提交
  17. 04 9月, 2001 2 次提交
  18. 03 9月, 2001 1 次提交
  19. 01 8月, 2001 1 次提交
  20. 31 7月, 2001 2 次提交
  21. 30 7月, 2001 1 次提交
  22. 23 6月, 2001 1 次提交
  23. 11 6月, 2001 1 次提交
  24. 31 5月, 2001 1 次提交
  25. 29 5月, 2001 1 次提交
  26. 15 5月, 2001 1 次提交
  27. 09 4月, 2001 4 次提交
  28. 28 3月, 2001 1 次提交
  29. 16 3月, 2001 1 次提交
    • B
      Completely remove mont2 stuff. · 4f69172d
      Bodo Möller 提交于
      It does not appear to be faster than the current Montgomery code
      except for very small moduli (somewhere between 192 and 224 bits
      in a 64-bit Sun environment, and even less than 192 bits
      on 32 bit systems).
      4f69172d