aboutsummaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-13crypto: testmgr - add some more preemption pointsGravatar Eric Biggers 1-0/+6
2019-06-06crypto: xxhash - Implement xxhash supportGravatar Nikolay Borisov 1-0/+7
2019-06-06crypto: testmgr - test the shash APIGravatar Eric Biggers 1-67/+335
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-25crypto: testmgr - add missing self test entries for protected keysGravatar Gilad Ben-Yossef 1-0/+20
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-2/+0
2019-04-18crypto: testmgr - fuzz AEADs against their generic implementationGravatar Eric Biggers 1-0/+229
2019-04-18crypto: testmgr - fuzz skciphers against their generic implementationGravatar Eric Biggers 1-0/+197
2019-04-18crypto: testmgr - fuzz hashes against their generic implementationGravatar Eric Biggers 1-4/+170
2019-04-18crypto: testmgr - add helpers for fuzzing against generic implementationGravatar Eric Biggers 1-0/+128
2019-04-18crypto: testmgr - identify test vectors by name rather than numberGravatar Eric Biggers 1-87/+96
2019-04-18crypto: testmgr - expand ability to test for errorsGravatar Eric Biggers 1-45/+89
2019-04-18crypto: ecrdsa - add EC-RDSA test vectors to testmgrGravatar Vitaly Chikunov 1-0/+6
2019-04-18X.509: parse public key parameters from x509 for akcipherGravatar Vitaly Chikunov 1-4/+20
2019-04-18crypto: akcipher - new verify API for public key algorithmsGravatar Vitaly Chikunov 1-20/+30
2019-04-08crypto: testmgr - add panic_on_fail module parameterGravatar Eric Biggers 1-2/+6
2019-03-22crypto: testmgr - test the !may_use_simd() fallback codeGravatar Eric Biggers 1-24/+92
2019-03-22crypto: simd,testmgr - introduce crypto_simd_usable()Gravatar Eric Biggers 1-1/+25
2019-03-22crypto: testmgr - remove workaround for AEADs that modify aead_requestGravatar Eric Biggers 1-3/+0
2019-02-22crypto: testmgr - support checking skcipher output IVGravatar Eric Biggers 1-2/+4
2019-02-08crypto: testmgr - check for aead_request corruptionGravatar Eric Biggers 1-0/+44
2019-02-08crypto: testmgr - check for skcipher_request corruptionGravatar Eric Biggers 1-0/+41
2019-02-08crypto: testmgr - convert hash testing to use testvec_configsGravatar Eric Biggers 1-452/+343
2019-02-08crypto: testmgr - convert aead testing to use testvec_configsGravatar Eric Biggers 1-428/+185
2019-02-08crypto: testmgr - convert skcipher testing to use testvec_configsGravatar Eric Biggers 1-270/+245
2019-02-08crypto: testmgr - implement random testvec_config generationGravatar Eric Biggers 1-0/+117
2019-02-08crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTSGravatar Eric Biggers 1-0/+14
2019-02-08crypto: testmgr - add testvec_config struct and helper functionsGravatar Eric Biggers 1-15/+437
2019-02-08crypto: testmgr - use kmemdupGravatar Christopher Diaz Riveros 1-6/+3
2019-02-01crypto: testmgr - mark crc32 checksum as FIPS allowedGravatar Milan Broz 1-0/+1
2019-02-01crypto: testmgr - skip crc32c context test for ahash algorithmsGravatar Eric Biggers 1-4/+10
2019-01-25crypto: clarify name of WEAK_KEY request flagGravatar Eric Biggers 1-7/+7
2019-01-18crypto: testmgr - unify the AEAD encryption and decryption test vectorsGravatar Eric Biggers 1-159/+101
2019-01-18crypto: testmgr - skip AEAD encryption test vectors with novrfy setGravatar Eric Biggers 1-0/+5
2019-01-18crypto: testmgr - handle endianness correctly in alg_test_crc32c()Gravatar Eric Biggers 1-5/+5
2019-01-18crypto: testmgr - split akcipher tests by a key typeGravatar Vitaly Chikunov 1-29/+57
2018-11-20crypto: adiantum - add Adiantum supportGravatar Eric Biggers 1-0/+12
2018-11-20crypto: nhpoly1305 - add NHPoly1305 supportGravatar Eric Biggers 1-0/+6
2018-11-20crypto: chacha - add XChaCha12 supportGravatar Eric Biggers 1-0/+6
2018-11-20crypto: chacha20-generic - add XChaCha20 supportGravatar Eric Biggers 1-0/+6
2018-11-16crypto: streebog - add Streebog test vectorsGravatar Vitaly Chikunov 1-0/+24
2018-11-09crypto: testmgr - mark cts(cbc(aes)) as FIPS allowedGravatar Gilad Ben-Yossef 1-0/+1
2018-11-09crypto: testmgr - add AES-CFB testsGravatar Dmitry Eremin-Solenikov 1-0/+7
2018-10-12crypto: testmgr - fix sizeof() on COMP_BUF_SIZEGravatar Michael Schupikov 1-3/+3
2018-09-28crypto: testmgr - update sm4 test vectorsGravatar Gilad Ben-Yossef 1-0/+12
2018-09-04crypto: speck - remove SpeckGravatar Jason A. Donenfeld 1-24/+0
2018-07-09crypto: testmgr - add hash finup testsGravatar Gilad Ben-Yossef 1-9/+46
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceGravatar Eric Biggers 1-6/+0
2018-07-01crypto: vmac - add nonced version with big endian digestGravatar Eric Biggers 1-0/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2