aboutsummaryrefslogtreecommitdiff
path: root/test/bntest.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-15Don't export internal symbolsMatt Caswell1-2/+3
2015-12-03bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov1-0/+18
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-3/+3
2015-09-07Push the line buffer filter on the out BIO on VMSRichard Levitte1-0/+6
2015-09-06Have the test executables output in text modeRichard Levitte1-1/+1
2015-08-31BN_mod_exp_mont_consttime: check for zero modulus.Emilia Kasper1-0/+52
2015-08-31Fix spurious bntest failures.Emilia Kasper1-2/+2
2015-06-23RT3856: Fix memory leaks in test codeRussell Webb1-2/+1
2015-05-01Use BN_ULONG format.Ben Laurie1-2/+2
2015-04-30free NULL cleanup 7Rich Salz1-22/+11
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-0/+2003