1. 27 12月, 2003 3 次提交
  2. 12 12月, 2003 1 次提交
  3. 06 12月, 2003 3 次提交
  4. 04 12月, 2003 1 次提交
  5. 03 12月, 2003 1 次提交
    • G
      Incremental cleanups to bn_lib.c. · 2bfd2c74
      Geoff Thorpe 提交于
      - Add missing bn_check_top() calls and relocate some others
      - Use BN_is_zero() where appropriate
      - Remove assert()s that bn_check_top() is already covering
      - Simplify the code in places (esp. bn_expand2())
      - Only keep ambiguous zero handling if BN_STRICT isn't defined
      - Remove some white-space and make some other aesthetic tweaks
      2bfd2c74
  6. 02 12月, 2003 7 次提交
  7. 01 12月, 2003 8 次提交
  8. 30 11月, 2003 1 次提交
  9. 29 11月, 2003 5 次提交
  10. 28 11月, 2003 1 次提交
  11. 26 11月, 2003 2 次提交
  12. 25 11月, 2003 2 次提交
  13. 23 11月, 2003 1 次提交
    • G
      BN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_words · 9e989810
      Geoff Thorpe 提交于
      and bn_add_words to avoid using fake bignums to window other bignums that
      can lead to corruption. This change allows all bignum tests to pass with
      BN_DEBUG and BN_DEBUG_RAND debugging and valgrind. NB: This should be
      tested on a few different architectures and configuration targets, as the
      bignum code this deals with is quite preprocessor (and assembly) sensitive.
      
      Submitted by: Nils Narsch
      Reviewed by: Geoff Thorpe, Ulf Moeller
      9e989810
  14. 22 11月, 2003 1 次提交
  15. 21 11月, 2003 1 次提交
  16. 17 11月, 2003 1 次提交
  17. 16 11月, 2003 1 次提交