summaryrefslogtreecommitdiffstats
path: root/test/siphash_internal_test.c
AgeCommit message (Expand)Author
2024-01-30Copyright year updatesMatt Caswell
2024-01-19Uninitialized array variableshashankmca80
2022-05-03Update copyright yearMatt Caswell
2022-04-27Test that SipHash_Final() fails on uninited contextTomas Mraz
2021-04-08Update copyright yearMatt Caswell
2021-03-17Fix a TODO(3.0) in the siphash codeMatt Caswell
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-11-15test/siphash_internal_test.c: ensure the SIPHASH structure is zeroedRichard Levitte
2018-09-09SipHash: add separate setter for the hash sizeRichard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-02-06Code cleanup: remove benchmark code from internal testsRichard Levitte
2017-11-25Create a prototype for OPENSSL_rdtscKurt Roeckx
2017-11-17Iron out /WX errors in VC-WIN32.Andy Polyakov
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-04-24Adapt all test programsRichard Levitte
2017-04-20VMS: remove name mangling guards around inclusion of internalsRichard Levitte
2017-04-18VMS: Fix internals test programsRichard Levitte
2017-04-13Update the internal siphash tests to use the framework's output.Pauli
2017-03-29Use the z modifier instead of OSSLzu with BIO_printfRichard Levitte
2017-02-01Add support for parameterized SipHashTodd Short