summaryrefslogtreecommitdiffstats
path: root/test/bntest.c
AgeCommit message (Expand)Author
2020-10-15Update copyright yearMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2019-12-11Fix some typosVeres Lajos
2019-12-06Add a test case for rsaz_512_sqr overflow handlingBernd Edlinger
2019-10-17Add GCD testing infrastructure.Cesar Pereida Garcia
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-07-16Remove tab characters from C source files.Pauli
2019-07-07Fix an endless loop in BN_generate_prime_exBernd Edlinger
2019-05-29Test of uniformity of BN_rand_range output.Pauli
2019-04-25Statistically test BN_rand_range().Pauli
2019-03-18coverity fixes for bntest.cShane Lontis
2019-02-20Test for constant-time flag leakage in BN_CTXNicola Tuveri
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis
2019-01-17Reduce inputs before the RSAZ code.David Benjamin
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-06-22Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis
2018-05-29Test that a ^ 0 mod -1 is always 0Matt Caswell
2018-04-27fix: BN_swap mishandles flagsBilly Brumley
2018-03-31Fix a possible crash in BN_from_montgomery_wordBernd Edlinger
2018-02-13Update copyright yearMatt Caswell
2018-01-22Reduce the use of e_os.h in test programsRichard Levitte
2017-12-06test/bntest.c: add rsaz_1024_mul_avx2 regression test.Andy Polyakov
2017-11-28Fix lshift testsMatt Caswell
2017-11-13Factorise duplicated code.FdaSilvaYY
2017-11-02test/bntest.c: add bn_sqrx8x_internal regression test.Andy Polyakov
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Fix windows build after too aggressive e_os.h removalPauli
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY
2017-08-10no-ec2m fixesDr. Stephen Henson
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-14Fix some issues raise by coverity in the tests.Pauli
2017-06-05Use common STANZA for bn and exp testsRich Salz
2017-05-23Fix line numbering for errors.Rich Salz
2017-05-15Use BIO not FILE for test fileRich Salz
2017-05-09Add BN support to the test infrastructure.Pauli
2017-04-26Convert bntest to TEST_ frameworkRich Salz
2017-04-24Adapt all test programsRichard Levitte
2017-04-20Small primes are primes too.Adam Langley
2017-02-01bntest: do not stop on first fautl encounteredRichard Levitte
2017-02-01bntest: make sure file_rshift tests BN_rshift1 as well when appropriateRichard Levitte
2017-02-01bntest: make sure that equalBN takes note of negative zeroRichard Levitte
2017-01-26Avoid over-long strings. Fix a mem leak.Rich Salz
2017-01-26test/bntest.c: regression test for carry bug in bn_sqr8x_internal.Andy Polyakov
2016-11-28Make bntest be (mostly) file-based.Rich Salz
2016-11-10test/bntest.c: regression test for CVE-2016-7055.Andy Polyakov
2016-09-26Add a basic test for BN_bn2dec.David Benjamin
2016-08-10Change callers to use the new constants.Rich Salz