aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAge
* test: use ctest-driver.pyEgor Tensin2021-05-04
|
* cmake: slight CMakeLists.txt refactoringEgor Tensin2021-04-06
|
* cmake: check CTest tests outputEgor Tensin2021-04-05
|
* add CTest testsEgor Tensin2021-03-24
|
* move executables from test/ to utils/Egor Tensin2015-06-24
|
* rename executablesEgor Tensin2015-06-19
|
* test: restore specialized block encryption utilsEgor Tensin2015-06-19
|
* test: merge block utilitiesEgor Tensin2015-06-18
|
* test: add utilities to play with "boxes"Egor Tensin2015-06-17
|
* /SAFESEH for the asm implementationEgor Tensin2015-06-10
|
* test: rename the utilitiesEgor Tensin2015-06-10
|
* remove redundant file suffixesEgor Tensin2015-06-04
|
* add CTR modeEgor Tensin2015-06-04
|
* add OFB modeEgor Tensin2015-06-03
|
* add CFB modeEgor Tensin2015-06-03
|
* support AES-{128,192}-cbcEgor Tensin2015-05-30
|
* add test/Egor Tensin2015-05-25
Includes simple block encryption/decryption programs for the supported modes (AES128/192/256 ECB + AES256 CBC).