Geoff Thorpe 9e989810ba BN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_words
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
2003-11-22 20:23:41 +00:00
..
1999-04-29 16:04:54 +00:00
2000-11-30 00:18:19 +00:00
2000-02-16 13:24:06 +00:00
2002-11-14 11:22:01 +00:00
2003-02-22 18:00:14 +00:00