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
..
2003-11-04 00:51:32 +00:00
2003-10-28 17:26:46 +00:00
2003-10-28 22:10:47 +00:00
2003-06-19 16:56:48 +00:00
2003-03-20 23:54:33 +00:00
2003-05-01 04:10:32 +00:00
2003-06-26 10:26:42 +00:00
2003-03-20 23:26:32 +00:00
2003-11-20 22:45:06 +00:00
2002-11-13 18:10:30 +00:00
2000-02-01 02:21:16 +00:00
2002-08-09 22:34:57 +00:00
2003-09-09 23:44:39 +00:00
2003-09-09 23:44:39 +00:00
2001-07-05 10:20:07 +00:00
2003-02-13 13:21:13 +00:00
2002-10-09 13:40:48 +00:00