aboutsummaryrefslogtreecommitdiffstats
path: root/test/bntest.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-10-151-1/+1
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+3
* Fix some typosVeres Lajos2019-12-111-1/+1
* Add a test case for rsaz_512_sqr overflow handlingBernd Edlinger2019-12-061-0/+284
* Add GCD testing infrastructure.Cesar Pereida Garcia2019-10-171-0/+54
* Add BN_check_prime()Kurt Roeckx2019-10-141-2/+2
* Remove tab characters from C source files.Pauli2019-07-161-1/+1
* Fix an endless loop in BN_generate_prime_exBernd Edlinger2019-07-071-7/+40
* Test of uniformity of BN_rand_range output.Pauli2019-05-291-24/+60
* Statistically test BN_rand_range().Pauli2019-04-251-0/+68
* coverity fixes for bntest.cShane Lontis2019-03-181-174/+212
* Test for constant-time flag leakage in BN_CTXNicola Tuveri2019-02-201-39/+122
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-0/+11
* Reduce inputs before the RSAZ code.David Benjamin2019-01-171-0/+25
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis2018-06-221-12/+36
* Test that a ^ 0 mod -1 is always 0Matt Caswell2018-05-291-0/+48
* fix: BN_swap mishandles flagsBilly Brumley2018-04-271-0/+73
* Fix a possible crash in BN_from_montgomery_wordBernd Edlinger2018-03-311-3/+15
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Reduce the use of e_os.h in test programsRichard Levitte2018-01-221-31/+19
* test/bntest.c: add rsaz_1024_mul_avx2 regression test.Andy Polyakov2017-12-061-0/+22
* Fix lshift testsMatt Caswell2017-11-281-1/+3
* Factorise duplicated code.FdaSilvaYY2017-11-131-31/+19
* test/bntest.c: add bn_sqrx8x_internal regression test.Andy Polyakov2017-11-021-0/+48
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-2/+2
* Fix windows build after too aggressive e_os.h removalPauli2017-08-181-0/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* [Win] Fix some test method signatures ...FdaSilvaYY2017-08-161-24/+24
* no-ec2m fixesDr. Stephen Henson2017-08-101-1/+2
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-3/+0
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-16/+13
* Fix some issues raise by coverity in the tests.Pauli2017-07-141-3/+3
* Use common STANZA for bn and exp testsRich Salz2017-06-051-110/+21
* Fix line numbering for errors.Rich Salz2017-05-231-8/+14
* Use BIO not FILE for test fileRich Salz2017-05-151-42/+47
* Add BN support to the test infrastructure.Pauli2017-05-091-90/+129
* Convert bntest to TEST_ frameworkRich Salz2017-04-261-746/+582
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Small primes are primes too.Adam Langley2017-04-201-0/+24
* bntest: do not stop on first fautl encounteredRichard Levitte2017-02-011-7/+4
* bntest: make sure file_rshift tests BN_rshift1 as well when appropriateRichard Levitte2017-02-011-4/+11
* bntest: make sure that equalBN takes note of negative zeroRichard Levitte2017-02-011-2/+8
* Avoid over-long strings. Fix a mem leak.Rich Salz2017-01-261-34/+64
* test/bntest.c: regression test for carry bug in bn_sqr8x_internal.Andy Polyakov2017-01-261-0/+45
* Make bntest be (mostly) file-based.Rich Salz2016-11-281-1365/+1452
* test/bntest.c: regression test for CVE-2016-7055.Andy Polyakov2016-11-101-0/+26
* Add a basic test for BN_bn2dec.David Benjamin2016-09-261-0/+52
* Change callers to use the new constants.Rich Salz2016-08-101-1/+1