summaryrefslogtreecommitdiff
path: root/lib/crypto-selftests.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-2012/+1864
* Indent codeZoltan Fridrich2023-01-271-920/+993
* Fix typosStefan Kangas2022-12-271-2/+2
* crypto-selftests: fix decryption check condition in test_cipher_aeadDaiki Ueno2022-07-201-1/+3
* Remove 3DES from FIPS approved algorithms.Zoltan Fridrich2022-04-071-1/+1
* lib/crypto-selftests.c: Add a selftest for PBKDF2 that complies with FIPS 140-3.Pedro Monreal2022-03-251-0/+11
* crypto-selftests: tolerate errors of gnutls_{hash,hmac}_copyDaiki Ueno2021-04-231-4/+8
* crypto-backend: remove ability of overriding ciphersDaiki Ueno2020-11-201-6/+2
* fips: add self-tests for TLS-PRFDaiki Ueno2020-10-081-0/+196
* fips: add self-tests for PBKDF2Daiki Ueno2020-10-061-0/+107
* fips: add self-tests for HKDFDaiki Ueno2020-10-061-0/+159
* crypto-selftest: add test vectors for MAGMA/KUZNYECHIK-CTR-ACPKMDmitry Eremin-Solenikov2020-06-071-1/+694
* selftests: add test vectors for MAGMA/KUZNYECHIK-OMACDmitry Eremin-Solenikov2020-06-071-0/+36
* 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