summaryrefslogtreecommitdiff
path: root/lib/crypto-selftests.c
Commit message (Expand)AuthorAgeFilesLines
* Use gcc's attribute to mark fallthrough statementsNikos Mavrogiannopoulos2017-07-171-0/+23
* self-tests: limit compatibility API checks to vectors with plaintextNikos Mavrogiannopoulos2017-05-231-3/+1
* self-tests: introduced flag GNUTLS_SELF_TEST_FLAG_NO_COMPATNikos Mavrogiannopoulos2017-05-221-8/+11
* self-tests: all parameter was replaced by flagsNikos Mavrogiannopoulos2017-05-221-13/+13
* crypto: self-tests: enhance to include compatibility APIsNikos Mavrogiannopoulos2017-05-221-11/+221
* crypto-self-tests: modified exported functions to work under fips140-2 modeNikos Mavrogiannopoulos2017-03-021-4/+18
* gnutls_aead_cipher_decrypt: corrected the return value of ptext_lenNikos Mavrogiannopoulos2016-07-011-1/+1
* crypto-selftests: removed unneeded castNikos Mavrogiannopoulos2016-05-311-1/+1
* enhanced cipher selftests with variable key sizes on arcfourNikos Mavrogiannopoulos2015-11-181-0/+20
* nettle: simplified SHA3 checks for nettleNikos Mavrogiannopoulos2015-08-271-1/+3
* Added support for the SHA3 digest algorithmNikos Mavrogiannopoulos2015-08-261-1/+43
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-5/+5
* 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