aboutsummaryrefslogtreecommitdiff
path: root/test/poly1305_internal_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Add ChaCha related ciphers to default providerShane Lontis1-1/+0
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-06Code cleanup: remove benchmark code from internal testsRichard Levitte1-52/+0
2017-11-25Create a prototype for OPENSSL_rdtscKurt Roeckx1-2/+2
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-22/+11
2017-04-24Adapt all test programsRichard Levitte1-2/+1
2017-04-20VMS: remove name mangling guards around inclusion of internalsRichard Levitte1-11/+0
2017-04-18VMS: Fix internals test programsRichard Levitte1-0/+11
2017-04-12Remove fprintfs from the poly1305 internal test but keep the test numberPauli1-34/+5
2017-03-29Test infrastructure additions.Pauli1-5/+5
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper1-1/+2
2016-11-07Simplify tests part 2Emilia Kasper1-115/+83
2016-11-04testutil: always print errors on failureEmilia Kasper1-1/+0
2016-11-03Convert poly1305 selftest into internal testRichard Levitte1-0/+1701