aboutsummaryrefslogtreecommitdiffstats
path: root/test/bntest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a BN_mod_word test()Matt Caswell2016-06-071-1/+7
* Copyright consolidation 02/10Rich Salz2016-05-171-54/+7
* Add missing mem leak test activation and checksFdaSilvaYY2016-04-061-0/+11
* Fix build break; add function declarationRich Salz2016-03-111-0/+1
* Because bn_expand2 is declared non-static, it must not be staticRichard Levitte2016-03-121-1/+1
* Avoid getting unresolved referense to bn_expand2 in test/bntest.cRichard Levitte2016-03-111-0/+13
* Clean up the tests for auto-init/de-initMatt Caswell2016-02-091-1/+1
* Move more BN internals to bn_lcl.hRich Salz2016-01-301-11/+18
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove test_probable_prime_coprime from test/bntest.cRichard Levitte2016-01-131-42/+0
* Don't export internal symbolsMatt Caswell2015-12-151-2/+3
* bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov2015-12-031-0/+18
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-3/+3
* Push the line buffer filter on the out BIO on VMSRichard Levitte2015-09-071-0/+6
* Have the test executables output in text modeRichard Levitte2015-09-061-1/+1
* BN_mod_exp_mont_consttime: check for zero modulus.Emilia Kasper2015-08-311-0/+52
* Fix spurious bntest failures.Emilia Kasper2015-08-311-2/+2
* RT3856: Fix memory leaks in test codeRussell Webb2015-06-231-2/+1
* Use BN_ULONG format.Ben Laurie2015-05-011-2/+2
* free NULL cleanup 7Rich Salz2015-04-301-22/+11
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-0/+2003