summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
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-08Slightly 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-07Speed up DH with small generator.Bodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01Use 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-02Update 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-27Include 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-26workaround no longer neededUlf Möller
2000-02-26removeUlf Möller
2000-02-26Reorganize 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-25flush output.Ulf Möller
2000-02-25Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte
2000-02-25Test the division functions.Ulf Möller
2000-02-25divide the correct number...Ulf Möller
2000-02-24work around a bug in BN_div_recp or BN_reciprocalUlf Möller
2000-02-24Do fflush(stdout) when there was an error.Bodo Möller
2000-02-23correct macro.Ulf Möller
2000-02-16Add support for Compaq Atalla crypto accelerator.Ben Laurie
2000-02-16Move primes to read-only segment.Andy Polyakov
2000-02-15New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86Andy Polyakov
2000-02-15test_mont was exercising 100-bit multiplication modulus X*I-bit, whereAndy Polyakov
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-08Add command line password options to the reamining utilities,Dr. Stephen Henson
2000-02-06"print" is GNU bc specific.Ulf Möller
2000-02-06put missing line back in.Ulf Möller
2000-02-06Improve bntest slightly, and fix another bug in the BN library.Ulf Möller
2000-02-06BN_div bugfix. The q-- loop should not be entered in the n0==d0 case.Ulf Möller
2000-02-05Cosmetic changes.Bodo Möller
2000-02-05Commit patch to bn.h that CVS decided to throw away during 'cvs update',Bodo Möller
2000-02-05Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller