summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bntest.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22bn/bntest.c: make it indent-friendly.Andy Polyakov
2015-01-08Fix for CVE-2014-3570.Andy Polyakov
2009-10-01PR: 2062Dr. Stephen Henson
2009-02-14PR: 1835Dr. Stephen Henson
2007-07-04Fix warnings: C++ comments and computed value not used.Dr. Stephen Henson
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2004-07-22All SIXTY_FOUR_BIT platforms (mind the difference between SIXTY_FOUR_BIT andAndy Polyakov
2004-06-17BN_div_word() was breaking when called from BN_bn2dec() (actually, this isGeoff Thorpe
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe
2003-02-22more mingw related cleanups.Ulf Möller
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-08-02move GF2m tests to the endBodo Möller
2002-08-02Binary field arithmetic contributed by Sun Microsystems.Bodo Möller
2002-07-10remove obsolete commentBodo Möller
2001-03-08Hide BN_CTX structure details.Bodo Möller
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-12-07Fix some things that look like bugs.Bodo Möller
2000-12-07Sign-related fixes (and tests).Bodo Möller
2000-12-06Use bc's "print" feature whenever it is available,Bodo Möller
2000-12-06test_mod_mul is useful, let's run it more often.Ulf Möller
2000-12-02forgot to remove the loop variableUlf Möller
2000-12-02Loops like this one:Ulf Möller
2000-12-02New function BN_bntest_rand() to detect more BN library bugs.Ulf Möller
2000-11-30Fix BN_rshift, which caused lots of trouble.Bodo Möller
2000-11-30Remove randomness from the test. These constants give me a segmentBodo Möller
2000-11-30BN_mod_exp(r,a,p,m,ctx) should not be called with r == p.Bodo Möller
2000-11-30It's "#elif", not "#elsif".Bodo Möller
2000-11-30BN_mod_exp problems ...Bodo Möller
2000-11-30Fix bntest.c problem -- one of the primes got lostBodo Möller
2000-11-30BN_sqrtBodo Möller
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