summaryrefslogtreecommitdiff
path: root/lib/crypto-selftests.c
Commit message (Expand)AuthorAgeFilesLines
* enhanced cipher selftests with variable key sizes on arcfourNikos Mavrogiannopoulos2015-11-181-0/+20
* avoid compilation warnings in self checks (take 2)Nikos Mavrogiannopoulos2015-03-311-3/+3
* Revert "selftests: avoid compilatio warnings"Nikos Mavrogiannopoulos2015-03-311-4/+4
* selftests: avoid compilatio warningsNikos Mavrogiannopoulos2015-03-311-4/+4
* added chacha20-poly1305 as cipherNikos Mavrogiannopoulos2015-03-281-3/+21
* corrected self test for 3DESNikos Mavrogiannopoulos2015-03-131-1/+2
* Added test vectors for CCM modeNikos Mavrogiannopoulos2014-12-031-11/+109
* Modified crypto backend to accomodate for the CCM ciphersuitesNikos Mavrogiannopoulos2014-12-031-47/+18
* tests: enhance cipher test to include tag verification errorNikos Mavrogiannopoulos2014-10-261-9/+27
* Added a new simple to use AEAD APINikos Mavrogiannopoulos2014-10-251-19/+73
* fips140: fail on encryption test failureNikos Mavrogiannopoulos2014-09-011-1/+2
* Include the correct header for the self tests functionsNikos Mavrogiannopoulos2014-04-281-0/+1
* Do not include the FIPS140-specific functions into the main documentation.Nikos Mavrogiannopoulos2014-04-101-6/+6
* mark functions that are only available under FIPS140 modeNikos Mavrogiannopoulos2014-04-101-3/+3
* Added ARCFOUR-128 self test.Nikos Mavrogiannopoulos2014-01-201-3/+20
* better error messages.Nikos Mavrogiannopoulos2013-11-271-4/+4
* indented codeNikos Mavrogiannopoulos2013-11-271-202/+267
* Added option to run all available self tests per category in a single run.Nikos Mavrogiannopoulos2013-11-271-45/+61
* completed self-tests by adding digest and MAC tests.Nikos Mavrogiannopoulos2013-11-271-333/+274
* Added self testsNikos Mavrogiannopoulos2013-11-271-0/+742