aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/crypto_tester.c
Commit message (Expand)AuthorAgeFilesLines
* Give a benchmark point for each operation to compare different transformsMartin Willi2010-08-191-1/+4
* Added AEAD support to crypto testerMartin Willi2010-08-191-0/+171
* Test append mode for signers verify_signatureMartin Willi2010-08-191-3/+2
* Implemented algorithm benchmarking during registrationMartin Willi2010-08-161-16/+278
* Migrated crypto_tester to INIT/METHOD macrosMartin Willi2010-08-161-78/+54
* Use IV length of a crypter instead of block size for IV calculationsMartin Willi2010-08-131-1/+1
* Report the symbol name of a failed test vectorMartin Willi2010-08-131-10/+29
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-20/+20
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-45/+45
* fix test vector error outputAndreas Steffen2009-07-171-11/+11
* shortened cypto test outputAndreas Steffen2009-07-171-5/+5
* removed superfluous print argumentAndreas Steffen2009-06-171-1/+1
* reformatted crypto_test outputAndreas Steffen2009-06-161-48/+41
* increased verbosity of successful crypto testsMartin Willi2009-06-161-5/+5
* removed one hierarchy level for crypto test optionsMartin Willi2009-06-161-2/+2
* added support for stateful PRFs (such as the FIPS_PRF)Martin Willi2009-06-121-0/+8
* implemented a crypto_tester class to test crypto algorithmsMartin Willi2009-06-111-0/+628