aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do fflush(stdout) when there was an error.Bodo Möller2000-02-241-0/+1
* correct macro.Ulf Möller2000-02-231-1/+1
* Add support for Compaq Atalla crypto accelerator.Ben Laurie2000-02-161-0/+190
* Move primes to read-only segment.Andy Polyakov2000-02-162-2/+2
* New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86Andy Polyakov2000-02-152-2/+2
* test_mont was exercising 100-bit multiplication modulus X*I-bit, whereAndy Polyakov2000-02-151-1/+1
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-1/+1
* Add command line password options to the reamining utilities,Dr. Stephen Henson2000-02-081-3/+3
* "print" is GNU bc specific.Ulf Möller2000-02-061-1/+1
* put missing line back in.Ulf Möller2000-02-061-1/+2
* Improve bntest slightly, and fix another bug in the BN library.Ulf Möller2000-02-063-69/+115
* BN_div bugfix. The q-- loop should not be entered in the n0==d0 case.Ulf Möller2000-02-061-76/+71
* Cosmetic changes.Bodo Möller2000-02-051-0/+1
* Commit patch to bn.h that CVS decided to throw away during 'cvs update',Bodo Möller2000-02-052-2/+5
* Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller2000-02-053-5/+31
* Use MONT_WORD macro to control if the word-based or the bignumUlf Möller2000-02-052-115/+95
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-0515-146/+305
* *** empty log message ***Ulf Möller2000-02-031-2/+2
* ispell (and minor modifications)Ulf Möller2000-02-038-25/+25
* Some 'const's for BNs.Bodo Möller2000-02-033-10/+11
* Include OpenSSL license.Bodo Möller2000-02-021-0/+53
* Tolerate negative numbers in BN_is_prime.Bodo Möller2000-02-023-26/+38
* rndsort{Miller, Rabin} primality test.Bodo Möller2000-02-022-184/+92
* Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov2000-02-023-37/+151
* Bug fix: BN_is_prime() would fail with a high probability for smallUlf Möller2000-02-011-0/+1