aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* A patch from HP for better performance.Richard Levitte2000-09-174-417/+3640
* Bug fix: Montgomery multiplication could produce results with the wrongUlf Möller2000-09-141-0/+1
* 'make update'Richard Levitte2000-09-071-20/+24
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-043-15/+12
* Fix for BN_mul_word(a, 0).Bodo Möller2000-09-041-4/+9
* max -> dmax in bn_check_top.Ben Laurie2000-08-221-1/+1
* Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson2000-08-044-12/+27
* There's a slight possibility that a is 0 in BN_sub_word(), and mightRichard Levitte2000-07-271-1/+1
* In the case where a < 0 and |a| < w, the result (assigned to a) fromRichard Levitte2000-07-271-1/+1
* Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discoveredRichard Levitte2000-07-261-1/+1
* Return bignum '0' when BN_rand is asked for a 0 bit random number.Bodo Möller2000-07-021-0/+6
* Don't let top go below zero!Ben Laurie2000-07-011-1/+1
* Actually comment out the parts of BN_MOD_MUL_WORD that I inteded toBodo Möller2000-06-231-1/+1
* In BN_mod_exp_mont_word, avoid one application of BN_MOD_MUL_WORD,Bodo Möller2000-06-231-14/+51
* use faster versionUlf Möller2000-06-211-1/+1
* This probably fixes a BN_rshift bug.Bodo Möller2000-06-131-1/+1
* Use BN_CTX_end when exiting early from BN_mod_exp_mont_word becauseBodo Möller2000-06-131-0/+3
* The atalla functionality doesn't work with the "word" version ofGeoff Thorpe2000-06-131-1/+1
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-52/+73
* Comment for increased code clarity.Bodo Möller2000-06-091-1/+1
* Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller2000-06-085-181/+367
* Use the equivalent of a sliding window (without precomputationBodo Möller2000-06-081-14/+93
* Speed up DH with small generator.Bodo Möller2000-06-073-45/+97
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-017-23/+23
* Use NO_FP_API.Ulf Möller2000-06-011-1/+1
* In some of the Makefiles CPP was not defined.Ulf Möller2000-03-201-0/+1
* Remove Win32 assembler files. They are always rebuilt (with someBodo Möller2000-03-133-2779/+0
* asm workaround for SuSE LinuxUlf Möller2000-03-121-2/+2
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Update comment.Bodo Möller2000-03-021-1/+2
* Add missing dependencies.Bodo Möller2000-03-021-2/+2
* Change comment.Bodo Möller2000-03-021-1/+2
* add comment.Ulf Möller2000-03-011-0/+2
* Bug fix.Ulf Möller2000-03-011-3/+4
* check for WIN32 (needed by Mingw32)Ulf Möller2000-03-011-1/+1
* Include rand.h so RAND_pseudo_bytes may be declared.Richard Levitte2000-02-271-3/+4
* Don't call BN_rand with zero bits in bntest.cDr. Stephen Henson2000-02-271-1/+1
* Typo.Ben Laurie2000-02-271-1/+1
* Add a comment.Bodo Möller2000-02-271-1/+1
* Bug fix!Ulf Möller2000-02-271-6/+48
* *** empty log message ***Ulf Möller2000-02-272-5/+3
* workaround no longer neededUlf Möller2000-02-261-9/+0
* removeUlf Möller2000-02-261-24/+0
* Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2000-02-2625-3425/+181
* BN_div_recp fix. I've ran divtest for 10 mins and it didn't exhibit aAndy Polyakov2000-02-261-18/+8
* flush output.Ulf Möller2000-02-251-3/+4
* Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte2000-02-251-17/+17
* Test the division functions.Ulf Möller2000-02-252-0/+41
* divide the correct number...Ulf Möller2000-02-251-1/+1
* work around a bug in BN_div_recp or BN_reciprocalUlf Möller2000-02-241-0/+9