| Commit message (Expand) | Author | Age | Files | Lines |
* | Totally remove the supposedly 'faster' variant in | Bodo Möller | 2000-09-20 | 2 | -30/+1 |
* | Document BN_mod_mul_montgomery bug; | Bodo Möller | 2000-09-19 | 1 | -2/+3 |
* | Disable buggy code variant in BN_mod_mul_montgomery that was enabled | Bodo Möller | 2000-09-19 | 1 | -1/+20 |
* | A patch from HP for better performance. | Richard Levitte | 2000-09-17 | 4 | -417/+3640 |
* | Bug fix: Montgomery multiplication could produce results with the wrong | Ulf Möller | 2000-09-14 | 1 | -0/+1 |
* | 'make update' | Richard Levitte | 2000-09-07 | 1 | -20/+24 |
* | Avoid abort() throughout the library, except when preprocessor | Bodo Möller | 2000-09-04 | 3 | -15/+12 |
* | Fix for BN_mul_word(a, 0). | Bodo Möller | 2000-09-04 | 1 | -4/+9 |
* | max -> dmax in bn_check_top. | Ben Laurie | 2000-08-22 | 1 | -1/+1 |
* | Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com). | Dr. Stephen Henson | 2000-08-04 | 4 | -12/+27 |
* | There's a slight possibility that a is 0 in BN_sub_word(), and might | Richard Levitte | 2000-07-27 | 1 | -1/+1 |
* | In the case where a < 0 and |a| < w, the result (assigned to a) from | Richard Levitte | 2000-07-27 | 1 | -1/+1 |
* | Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discovered | Richard Levitte | 2000-07-26 | 1 | -1/+1 |
* | Return bignum '0' when BN_rand is asked for a 0 bit random number. | Bodo Möller | 2000-07-02 | 1 | -0/+6 |
* | Don't let top go below zero! | Ben Laurie | 2000-07-01 | 1 | -1/+1 |
* | Actually comment out the parts of BN_MOD_MUL_WORD that I inteded to | Bodo Möller | 2000-06-23 | 1 | -1/+1 |
* | In BN_mod_exp_mont_word, avoid one application of BN_MOD_MUL_WORD, | Bodo Möller | 2000-06-23 | 1 | -14/+51 |
* | use faster version | Ulf Möller | 2000-06-21 | 1 | -1/+1 |
* | This probably fixes a BN_rshift bug. | Bodo Möller | 2000-06-13 | 1 | -1/+1 |
* | Use BN_CTX_end when exiting early from BN_mod_exp_mont_word because | Bodo Möller | 2000-06-13 | 1 | -0/+3 |
* | The atalla functionality doesn't work with the "word" version of | Geoff Thorpe | 2000-06-13 | 1 | -1/+1 |
* | Enable DSO support on alpha (OSF1), cc and gcc. | Geoff Thorpe | 2000-06-13 | 1 | -52/+73 |
* | Comment for increased code clarity. | Bodo Möller | 2000-06-09 | 1 | -1/+1 |
* | Slightly faster DSA verification (BN_mod_exp2_mont), | Bodo Möller | 2000-06-08 | 5 | -181/+367 |
* | Use the equivalent of a sliding window (without precomputation | Bodo Möller | 2000-06-08 | 1 | -14/+93 |
* | Speed up DH with small generator. | Bodo Möller | 2000-06-07 | 3 | -45/+97 |
* | There have been a number of complaints from a number of sources that names | Richard Levitte | 2000-06-02 | 7 | -23/+23 |
* | Use NO_FP_API. | Ulf Möller | 2000-06-01 | 1 | -1/+1 |
* | In some of the Makefiles CPP was not defined. | Ulf Möller | 2000-03-20 | 1 | -0/+1 |
* | Remove Win32 assembler files. They are always rebuilt (with some | Bodo Möller | 2000-03-13 | 3 | -2779/+0 |
* | asm workaround for SuSE Linux | Ulf Möller | 2000-03-12 | 1 | -2/+2 |
* | Preserve reason strings in automatically build tables. | Bodo Möller | 2000-03-05 | 1 | -1/+2 |
* | Update comment. | Bodo Möller | 2000-03-02 | 1 | -1/+2 |
* | Add missing dependencies. | Bodo Möller | 2000-03-02 | 1 | -2/+2 |
* | Change comment. | Bodo Möller | 2000-03-02 | 1 | -1/+2 |
* | add comment. | Ulf Möller | 2000-03-01 | 1 | -0/+2 |
* | Bug fix. | Ulf Möller | 2000-03-01 | 1 | -3/+4 |
* | check for WIN32 (needed by Mingw32) | Ulf Möller | 2000-03-01 | 1 | -1/+1 |
* | Include rand.h so RAND_pseudo_bytes may be declared. | Richard Levitte | 2000-02-27 | 1 | -3/+4 |
* | Don't call BN_rand with zero bits in bntest.c | Dr. Stephen Henson | 2000-02-27 | 1 | -1/+1 |
* | Typo. | Ben Laurie | 2000-02-27 | 1 | -1/+1 |
* | Add a comment. | Bodo Möller | 2000-02-27 | 1 | -1/+1 |
* | Bug fix! | Ulf Möller | 2000-02-27 | 1 | -6/+48 |
* | *** empty log message *** | Ulf Möller | 2000-02-27 | 2 | -5/+3 |
* | workaround no longer needed | Ulf Möller | 2000-02-26 | 1 | -9/+0 |
* | remove | Ulf Möller | 2000-02-26 | 1 | -24/+0 |
* | Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library. | Ulf Möller | 2000-02-26 | 25 | -3425/+181 |
* | BN_div_recp fix. I've ran divtest for 10 mins and it didn't exhibit a | Andy Polyakov | 2000-02-26 | 1 | -18/+8 |
* | flush output. | Ulf Möller | 2000-02-25 | 1 | -3/+4 |
* | Enhance consistency by using BIO_flush() instead of fflush(). | Richard Levitte | 2000-02-25 | 1 | -17/+17 |