1. 01 Dec, 2003 4 commits
  2. 30 Nov, 2003 4 commits
  3. 29 Nov, 2003 5 commits
  4. 28 Nov, 2003 11 commits
  5. 25 Nov, 2003 3 commits
  6. 24 Nov, 2003 1 commit
  7. 22 Nov, 2003 1 commit
    • Geoff Thorpe's avatar
      BN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_words · 9e989810
      Geoff Thorpe authored
      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
  8. 21 Nov, 2003 1 commit
  9. 20 Nov, 2003 3 commits
  10. 18 Nov, 2003 1 commit
  11. 16 Nov, 2003 4 commits
  12. 15 Nov, 2003 1 commit
  13. 14 Nov, 2003 1 commit