summaryrefslogtreecommitdiff
path: root/crypto/bn/bntest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-48/+106
* Many changes from 0.9.8-dev.Richard Levitte2005-02-251-3/+19
* Recent (and not so recent) changes from HEAD.Richard Levitte2004-06-281-0/+61
* This branch hasn't been updated with changes from HEAD for a looooong time...Richard Levitte2004-01-231-6/+11
* All the changes from HEAD since last merge.Richard Levitte2003-04-041-9/+0
* Recent changes from HEAD.Richard Levitte2002-12-131-0/+6
* Recent changes from HEAD.Richard Levitte2002-12-021-7/+7
* Recent changes from HEAD. The VMS procedures are probably broken, toRichard Levitte2002-10-311-13/+0
* Merge in all the changes from HEAD.Richard Levitte2002-08-131-0/+646
* Merge in the latest changes from HEAD.Richard Levitte2002-07-181-1/+1
* 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