summaryrefslogtreecommitdiffstats
path: root/test/afalgtest.c
AgeCommit message (Expand)Author
2023-09-28Copyright year updatesMatt Caswell
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2021-10-06Fix a memory leak in the afalg engineBernd Edlinger
2021-07-29Update copyright yearMatt Caswell
2021-07-01afalg: add some memory initialisation calls to pacify memory sanitisation.Pauli
2020-07-16Update copyright yearRichard Levitte
2020-07-16deprecate engine testsPauli
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-02-07Revert "Modify test/afalgtest to fail if the afalg engine couldn't be loaded"Richard Levitte
2018-02-07Modify test/afalgtest to fail if the afalg engine couldn't be loadedRichard Levitte
2017-12-08fix --strict-warningsJitendraLulla
2017-12-08extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. c...JitendraLulla
2017-10-31afalg: Fix kernel version checkBaptiste Jonglez
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-04-16[squash]Build works with/out NO_ENGINE and NO_AFALGRich Salz
2017-04-16Convert afalgtestRich Salz
2016-06-13Handle inability to create AFALG socketMatt Caswell
2016-05-17Copyright consolidation 02/10Rich Salz
2016-04-14Fix AFALG kernel and headers mismatch problemMatt Caswell
2016-03-14Disable afalg when engine is disabled.Emilia Kasper
2016-03-10No need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CTX_newMatt Caswell
2016-03-07Fix some clang warningsMatt Caswell
2016-03-07Fix minor errors in the afalg testMatt Caswell
2016-03-07Adding afalg testclucey