aboutsummaryrefslogtreecommitdiff
path: root/test/afalgtest.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-28Copyright year updatesMatt Caswell1-1/+1
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos1-1/+1
2021-10-06Fix a memory leak in the afalg engineBernd Edlinger1-23/+19
2021-07-29Update copyright yearMatt Caswell1-1/+1
2021-07-01afalg: add some memory initialisation calls to pacify memory sanitisation.Pauli1-19/+31
2020-07-16Update copyright yearRichard Levitte1-1/+1
2020-07-16deprecate engine testsPauli1-0/+3
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-02-07Revert "Modify test/afalgtest to fail if the afalg engine couldn't be loaded"Richard Levitte1-5/+5
2018-02-07Modify test/afalgtest to fail if the afalg engine couldn't be loadedRichard Levitte1-5/+5
2017-12-08fix --strict-warningsJitendraLulla1-1/+1
2017-12-08extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. c...JitendraLulla1-11/+40
2017-10-31afalg: Fix kernel version checkBaptiste Jonglez1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-13/+17
2017-04-16[squash]Build works with/out NO_ENGINE and NO_AFALGRich Salz1-24/+23
2017-04-16Convert afalgtestRich Salz1-44/+28
2016-06-13Handle inability to create AFALG socketMatt Caswell1-2/+7
2016-05-17Copyright consolidation 02/10Rich Salz1-51/+7
2016-04-14Fix AFALG kernel and headers mismatch problemMatt Caswell1-0/+16
2016-03-14Disable afalg when engine is disabled.Emilia Kasper1-9/+15
2016-03-10No need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CTX_newMatt Caswell1-1/+0
2016-03-07Fix some clang warningsMatt Caswell1-9/+12
2016-03-07Fix minor errors in the afalg testMatt Caswell1-1/+1
2016-03-07Adding afalg testclucey1-0/+148