summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bntest.c
AgeCommit message (Expand)Author
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22bn/bntest.c: make it indent-friendly.Andy Polyakov
2015-01-13Remove use of BN_init, BN_RECP_CTX_init from bntestDr. Stephen Henson
2015-01-08Fix for CVE-2014-3570 (with minor bn_asm.c revamp).Andy Polyakov
2014-12-18Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell
2014-10-29Fix WIN32 build by disabling bn* calls.Dr. Stephen Henson
2014-06-01Add a test to check we're really generating probable primes.Felix Laurie von Massenbach
2013-06-04Ensure that, when generating small primes, the result is actually of theAdam Langley
2011-11-13Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest.Dr. Stephen Henson
2011-10-13Fix OPENSSL_BN_ASM_MONT5 for corner cases; add a test.Bodo Möller
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson
2009-10-01PR: 2062Dr. Stephen Henson
2009-02-14PR: 1835Dr. Stephen Henson
2007-08-12Fix warnings.Dr. Stephen Henson
2006-06-18Change array representation of binary polynomials to make GF2m part ofBodo Möller
2006-03-18ensure the pointer is valid before using itNils Larsch
2005-12-16Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 andAndy Polyakov
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