summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bntest.c
AgeCommit message (Expand)Author
2000-11-29Fix BN_kronecker so that it works correctly if 'a' is negativeBodo Möller
2000-11-29BN_to_montgomery expects its inputs to be in the interval 0 .. modulus-1,Bodo Möller
2000-11-29Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller
2000-11-29Implement BN_kronecker test.Bodo Möller
2000-11-28Correct a bug in BN_kronecker.Bodo Möller
2000-11-28Add test_kron function, which will contain a test for BN_kronecker.Bodo Möller
2000-11-27Undo previous commit, which was an accident.Bodo Möller
2000-11-27Fix BN_is_... macros.Bodo Möller
2000-11-26More BN_mod_... functions.Bodo Möller
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte
2000-03-02Update comment.Bodo Möller
2000-02-27Don't call BN_rand with zero bits in bntest.cDr. Stephen Henson
2000-02-25Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte
2000-02-24Do fflush(stdout) when there was an error.Bodo Möller
2000-02-23correct macro.Ulf Möller
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-01-27enable Montgomery testBodo Möller
2000-01-21AFAICS lst1 stands for "lshift test" not "list".Ulf Möller
2000-01-20Rename lst1 to list1 to avoid name conflict on some platforms.Bodo Möller
2000-01-14- Pseudo-seed the PRNG in programs used for "make test"Bodo Möller
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-07-15More DES library cleanups: remove references to srand/randUlf Möller
1999-06-09Make "make test" fail if bntest fails an internal selfcheck.Ben Laurie
1999-05-29Update dependencies.Ben Laurie
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-15Add actual testing to bntest...Ben Laurie
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-01-28Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall