Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto/bn
AgeCommit message (Expand)Author
2000-09-20Totally remove the supposedly 'faster' variant inBodo Möller
2000-09-19Document BN_mod_mul_montgomery bug;Bodo Möller
2000-09-19Disable buggy code variant in BN_mod_mul_montgomery that was enabledBodo Möller
2000-09-18A patch from HP for better performance.Richard Levitte
2000-09-14Bug fix: Montgomery multiplication could produce results with the wrongUlf Möller
2000-09-07'make update'Richard Levitte
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
2000-09-04Fix for BN_mul_word(a, 0).Bodo Möller
2000-08-23max -> dmax in bn_check_top.Ben Laurie
2000-08-04Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson
2000-07-28There's a slight possibility that a is 0 in BN_sub_word(), and mightRichard Levitte
2000-07-28In the case where a < 0 and |a| < w, the result (assigned to a) fromRichard Levitte
2000-07-26Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discoveredRichard Levitte
2000-07-02Return bignum '0' when BN_rand is asked for a 0 bit random number.Bodo Möller
2000-07-01Don't let top go below zero!Ben Laurie
2000-06-23Actually comment out the parts of BN_MOD_MUL_WORD that I inteded toBodo Möller
2000-06-23In BN_mod_exp_mont_word, avoid one application of BN_MOD_MUL_WORD,Bodo Möller
2000-06-22use faster versionUlf Möller
2000-06-13This probably fixes a BN_rshift bug.Bodo Möller
2000-06-13Use BN_CTX_end when exiting early from BN_mod_exp_mont_word becauseBodo Möller
2000-06-13The atalla functionality doesn't work with the "word" version ofGeoff Thorpe
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-09Comment for increased code clarity.Bodo Möller
2000-06-09Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller
2000-06-08Use the equivalent of a sliding window (without precomputationBodo Möller
2000-06-08Speed up DH with small generator.Bodo Möller
2000-06-02There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-02Use NO_FP_API.Ulf Möller
2000-03-20In some of the Makefiles CPP was not defined.Ulf Möller
2000-03-13Remove Win32 assembler files. They are always rebuilt (with someBodo Möller
2000-03-12asm workaround for SuSE LinuxUlf Möller
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-03-03Update comment.Bodo Möller
2000-03-02Add missing dependencies.Bodo Möller
2000-03-02Change comment.Bodo Möller
2000-03-01add comment.Ulf Möller
2000-03-01Bug fix.Ulf Möller
2000-03-01check for WIN32 (needed by Mingw32)Ulf Möller
2000-02-28Include rand.h so RAND_pseudo_bytes may be declared.Richard Levitte
2000-02-27Don't call BN_rand with zero bits in bntest.cDr. Stephen Henson
2000-02-27Typo.Ben Laurie
2000-02-27Add a comment.Bodo Möller
2000-02-27Bug fix!Ulf Möller
2000-02-27*** empty log message ***Ulf Möller
2000-02-27workaround no longer neededUlf Möller
2000-02-27removeUlf Möller
2000-02-27Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller
2000-02-26BN_div_recp fix. I've ran divtest for 10 mins and it didn't exhibit aAndy Polyakov
2000-02-26flush output.Ulf Möller
2000-02-25Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte