Skip to content
  1. Dec 01, 2003
  2. Nov 30, 2003
  3. Nov 29, 2003
  4. Nov 28, 2003
  5. Nov 25, 2003
  6. Nov 24, 2003
  7. 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
  8. Nov 21, 2003
  9. Nov 20, 2003
  10. Nov 18, 2003
  11. Nov 16, 2003
  12. Nov 15, 2003