summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
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
2000-02-05Use MONT_WORD macro to control if the word-based or the bignumUlf Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
2000-02-03*** empty log message ***Ulf Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-02-03Some 'const's for BNs.Bodo Möller
2000-02-02Include OpenSSL license.Bodo Möller
2000-02-02Tolerate negative numbers in BN_is_prime.Bodo Möller
2000-02-02rndsort{Miller, Rabin} primality test.Bodo Möller
2000-02-02Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov
2000-02-01Bug fix: BN_is_prime() would fail with a high probability for smallUlf Möller