aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bntest.c
Commit message (Expand)AuthorAgeFilesLines
* Hide BN_CTX structure details.Bodo Möller2001-03-081-5/+7
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Fix some things that look like bugs.Bodo Möller2000-12-071-7/+6
* Sign-related fixes (and tests).Bodo Möller2000-12-071-2/+14
* Use bc's "print" feature whenever it is available,Bodo Möller2000-12-061-2/+0
* test_mod_mul is useful, let's run it more often.Ulf Möller2000-12-061-1/+3
* forgot to remove the loop variableUlf Möller2000-12-021-8/+0
* Loops like this one:Ulf Möller2000-12-021-28/+0
* New function BN_bntest_rand() to detect more BN library bugs.Ulf Möller2000-12-021-35/+33
* Fix BN_rshift, which caused lots of trouble.Bodo Möller2000-11-301-18/+2
* Remove randomness from the test. These constants give me a segmentBodo Möller2000-11-301-2/+8
* BN_mod_exp(r,a,p,m,ctx) should not be called with r == p.Bodo Möller2000-11-301-45/+19
* It's "#elif", not "#elsif".Bodo Möller2000-11-301-1/+31
* BN_mod_exp problems ...Bodo Möller2000-11-301-0/+10
* Fix bntest.c problem -- one of the primes got lostBodo Möller2000-11-301-1/+1
* BN_sqrtBodo Möller2000-11-301-5/+77
* Fix BN_kronecker so that it works correctly if 'a' is negativeBodo Möller2000-11-291-2/+2
* BN_to_montgomery expects its inputs to be in the interval 0 .. modulus-1,Bodo Möller2000-11-291-0/+3
* Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller2000-11-291-1/+4
* Implement BN_kronecker test.Bodo Möller2000-11-291-2/+78
* Correct a bug in BN_kronecker.Bodo Möller2000-11-281-0/+10
* Add test_kron function, which will contain a test for BN_kronecker.Bodo Möller2000-11-281-0/+11
* Undo previous commit, which was an accident.Bodo Möller2000-11-271-4/+0
* Fix BN_is_... macros.Bodo Möller2000-11-271-0/+4
* More BN_mod_... functions.Bodo Möller2000-11-261-0/+10
* Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte2000-11-061-0/+1
* Update comment.Bodo Möller2000-03-021-1/+2
* Don't call BN_rand with zero bits in bntest.cDr. Stephen Henson2000-02-271-1/+1
* Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte2000-02-251-17/+17
* Do fflush(stdout) when there was an error.Bodo Möller2000-02-241-0/+1
* correct macro.Ulf Möller2000-02-231-1/+1
* 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-061-68/+113
* enable Montgomery testBodo Möller2000-01-271-3/+6
* AFAICS lst1 stands for "lshift test" not "list".Ulf Möller2000-01-211-2/+2
* Rename lst1 to list1 to avoid name conflict on some platforms.Bodo Möller2000-01-201-2/+2
* - Pseudo-seed the PRNG in programs used for "make test"Bodo Möller2000-01-141-0/+6
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-0/+5
* More DES library cleanups: remove references to srand/randUlf Möller1999-07-151-2/+0
* Make "make test" fail if bntest fails an internal selfcheck.Ben Laurie1999-06-091-0/+1
* Update dependencies.Ben Laurie1999-05-291-6/+28
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-5/+1
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-1/+7
* Add actual testing to bntest...Ben Laurie1999-05-151-18/+165