aboutsummaryrefslogtreecommitdiff
path: root/test/modes_internal_test.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-28fix some code with obvious wrong coding stylex20181-1/+1
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-26test: fix coverity 1429210: unchecked return valuePauli1-1/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-06Deprecate the low level AES functionsMatt Caswell1-0/+6
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-2/+2
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-06Code cleanup: remove benchmark code from internal testsRichard Levitte1-66/+0
2017-11-25Create a prototype for OPENSSL_rdtscKurt Roeckx1-1/+2
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-02Remove EXECUTE_TEST_NO_TEARDOWN.Pauli1-73/+60
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-1/+0
2017-04-18Update more testsRich Salz1-40/+25
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper1-1/+2
2016-11-07Simplify tests part 2Emilia Kasper1-345/+258
2016-11-04testutil: always print errors on failureEmilia Kasper1-2/+0
2016-11-03Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte1-0/+1085