summaryrefslogtreecommitdiff
path: root/test/afalgtest.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak in the afalg engineBernd Edlinger2021-10-061-23/+19
* Update copyright yearMatt Caswell2021-07-291-1/+1
* afalg: add some memory initialisation calls to pacify memory sanitisation.Pauli2021-07-011-19/+31
* Update copyright yearRichard Levitte2020-07-161-1/+1
* deprecate engine testsPauli2020-07-161-0/+3
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Revert "Modify test/afalgtest to fail if the afalg engine couldn't be loaded"Richard Levitte2018-02-071-5/+5
* Modify test/afalgtest to fail if the afalg engine couldn't be loadedRichard Levitte2018-02-071-5/+5
* fix --strict-warningsJitendraLulla2017-12-081-1/+1
* extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. c...JitendraLulla2017-12-081-11/+40
* afalg: Fix kernel version checkBaptiste Jonglez2017-10-311-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-13/+17
* [squash]Build works with/out NO_ENGINE and NO_AFALGRich Salz2017-04-161-24/+23
* Convert afalgtestRich Salz2017-04-161-44/+28
* Handle inability to create AFALG socketMatt Caswell2016-06-131-2/+7
* Copyright consolidation 02/10Rich Salz2016-05-171-51/+7
* Fix AFALG kernel and headers mismatch problemMatt Caswell2016-04-141-0/+16
* Disable afalg when engine is disabled.Emilia Kasper2016-03-141-9/+15
* No need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CTX_newMatt Caswell2016-03-101-1/+0
* Fix some clang warningsMatt Caswell2016-03-071-9/+12
* Fix minor errors in the afalg testMatt Caswell2016-03-071-1/+1
* Adding afalg testclucey2016-03-071-0/+148