aboutsummaryrefslogtreecommitdiff
path: root/test/bntest.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-18coverity fixes for bntest.cShane Lontis1-174/+212
2019-02-20Test for constant-time flag leakage in BN_CTXNicola Tuveri1-39/+122
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-0/+11
2019-01-17Reduce inputs before the RSAZ code.David Benjamin1-0/+25
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-06-22Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis1-12/+36
2018-05-29Test that a ^ 0 mod -1 is always 0Matt Caswell1-0/+48
2018-04-27fix: BN_swap mishandles flagsBilly Brumley1-0/+73
2018-03-31Fix a possible crash in BN_from_montgomery_wordBernd Edlinger1-3/+15
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-22Reduce the use of e_os.h in test programsRichard Levitte1-31/+19
2017-12-06test/bntest.c: add rsaz_1024_mul_avx2 regression test.Andy Polyakov1-0/+22
2017-11-28Fix lshift testsMatt Caswell1-1/+3
2017-11-13Factorise duplicated code.FdaSilvaYY1-31/+19
2017-11-02test/bntest.c: add bn_sqrx8x_internal regression test.Andy Polyakov1-0/+48
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-2/+2
2017-08-18Fix windows build after too aggressive e_os.h removalPauli1-0/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY1-24/+24
2017-08-10no-ec2m fixesDr. Stephen Henson1-1/+2
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-3/+0
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-16/+13
2017-07-14Fix some issues raise by coverity in the tests.Pauli1-3/+3
2017-06-05Use common STANZA for bn and exp testsRich Salz1-110/+21
2017-05-23Fix line numbering for errors.Rich Salz1-8/+14
2017-05-15Use BIO not FILE for test fileRich Salz1-42/+47
2017-05-09Add BN support to the test infrastructure.Pauli1-90/+129
2017-04-26Convert bntest to TEST_ frameworkRich Salz1-746/+582
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-20Small primes are primes too.Adam Langley1-0/+24
2017-02-01bntest: do not stop on first fautl encounteredRichard Levitte1-7/+4
2017-02-01bntest: make sure file_rshift tests BN_rshift1 as well when appropriateRichard Levitte1-4/+11
2017-02-01bntest: make sure that equalBN takes note of negative zeroRichard Levitte1-2/+8
2017-01-26Avoid over-long strings. Fix a mem leak.Rich Salz1-34/+64
2017-01-26test/bntest.c: regression test for carry bug in bn_sqr8x_internal.Andy Polyakov1-0/+45
2016-11-28Make bntest be (mostly) file-based.Rich Salz1-1365/+1452
2016-11-10test/bntest.c: regression test for CVE-2016-7055.Andy Polyakov1-0/+26
2016-09-26Add a basic test for BN_bn2dec.David Benjamin1-0/+52
2016-08-10Change callers to use the new constants.Rich Salz1-1/+1
2016-06-07Add a BN_mod_word test()Matt Caswell1-1/+7
2016-05-17Copyright consolidation 02/10Rich Salz1-54/+7
2016-04-06Add missing mem leak test activation and checksFdaSilvaYY1-0/+11
2016-03-11Fix build break; add function declarationRich Salz1-0/+1
2016-03-12Because bn_expand2 is declared non-static, it must not be staticRichard Levitte1-1/+1
2016-03-11Avoid getting unresolved referense to bn_expand2 in test/bntest.cRichard Levitte1-0/+13
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell1-1/+1
2016-01-30Move more BN internals to bn_lcl.hRich Salz1-11/+18
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-13Remove test_probable_prime_coprime from test/bntest.cRichard Levitte1-42/+0