summaryrefslogtreecommitdiff
path: root/lib/crypto-selftests.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'add-aes192-gcm' into 'master'Dmitry Baryshkov2020-05-301-0/+24
|\
| * lib: add support for AES-192-GCMDmitry Baryshkov2020-05-271-0/+24
* | fips: remove FIPS_STARTUP_ONLY_TEST_CASE macrotmp-fips-redefinitionDaiki Ueno2020-05-201-9/+2
|/
* nettle: expose SIV-CMAC through the AEAD interfaceDaiki Ueno2020-05-041-7/+102
* cipher: allow setting ChaCha20 initial block counterDaiki Ueno2020-03-191-0/+20
* crypto-selftests: test CFB8 ciphers with different chunksizesGünther Deschner2019-11-081-6/+118
* crypto-selftests: add CNT and IMIT self testsDmitry Eremin-Solenikov2019-09-281-0/+31
* lib: add support for AES-GMACDmitry Eremin-Solenikov2019-06-281-0/+54
* gnutls_hash/hmac_copy: check its usability in all casesNikos Mavrogiannopoulos2019-06-261-6/+2
* lib: add support for gnutls_hash_copy()Dmitry Eremin-Solenikov2019-06-261-0/+27
* crypto-selftests: add test for gnutls_hmac_copy()Dmitry Eremin-Solenikov2019-06-261-0/+28
* lib/nettle: fix carry flag in Streebog codeDmitry Eremin-Solenikov2019-05-131-0/+16
* crypto: add private API to retrieve internal IVDaiki Ueno2019-05-031-0/+26
* Vendor in XTS functionality from NettleSimo Sorce2019-03-291-0/+51
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* crypto-selftests.c: Fix checking return valuetmp-fix-crypto-selftestsTim Rühsen2019-01-191-3/+3
* Add selftests for CMACSimo Sorce2018-10-281-0/+27
* self-tests: add GOST symmetric algorithms testsDmitry Eremin-Solenikov2018-10-281-0/+197
* Add selftest for CFB8Simo Sorce2018-10-251-0/+56
* gnutls_aead_cipher_encryptv: introducedNikos Mavrogiannopoulos2018-06-141-6/+188
* 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