Skip to content
  1. Nov 29, 2003
  2. Nov 28, 2003
  3. Nov 25, 2003
  4. Nov 24, 2003
  5. Nov 22, 2003
    • 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
  6. Nov 21, 2003
  7. Nov 20, 2003
  8. Nov 18, 2003
  9. Nov 16, 2003
  10. Nov 15, 2003
  11. Nov 14, 2003
  12. Nov 13, 2003
    • Geoff Thorpe's avatar
      This rewrites two "for" loops in BN_rshift() - equality with zero is · 9dde17e8
      Geoff Thorpe authored
      generally a more efficient comparison than comparing two integers, and the
      first of these two loops was off-by-one (copying one too many values). This
      change also removes a superfluous assignment that would set an unused word
      to zero (and potentially allow an overrun in some cases).
      
      Submitted by: Nils Larsch
      Reviewed by: Geoff Thorpe
      9dde17e8
  13. Nov 10, 2003
  14. Nov 07, 2003
  15. Nov 06, 2003
  16. Nov 05, 2003