summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
Commit message (Expand)AuthorAge
* crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel2019-08-30
* crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-26
* crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-26
* crypto: testmgr - add tests for lzo-rleHannah Pan2019-07-26
* crypto: fips - add FIPS test failure notification chainGilad Ben-Yossef2019-07-26
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08
|\
| * crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann2019-06-27
| * crypto: testmgr - dynamically allocate testvec_configArnd Bergmann2019-06-27
| * crypto: arc4 - remove cipher implementationArd Biesheuvel2019-06-20
| * crypto: testmgr - add some more preemption pointsEric Biggers2019-06-13
| * crypto: xxhash - Implement xxhash supportNikolay Borisov2019-06-06
| * crypto: testmgr - test the shash APIEric Biggers2019-06-06
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/
* crypto: testmgr - add missing self test entries for protected keysGilad Ben-Yossef2019-04-25
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-25
* crypto: testmgr - fuzz AEADs against their generic implementationEric Biggers2019-04-18
* crypto: testmgr - fuzz skciphers against their generic implementationEric Biggers2019-04-18
* crypto: testmgr - fuzz hashes against their generic implementationEric Biggers2019-04-18
* crypto: testmgr - add helpers for fuzzing against generic implementationEric Biggers2019-04-18
* crypto: testmgr - identify test vectors by name rather than numberEric Biggers2019-04-18
* crypto: testmgr - expand ability to test for errorsEric Biggers2019-04-18
* crypto: ecrdsa - add EC-RDSA test vectors to testmgrVitaly Chikunov2019-04-18
* X.509: parse public key parameters from x509 for akcipherVitaly Chikunov2019-04-18
* crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov2019-04-18
* crypto: testmgr - add panic_on_fail module parameterEric Biggers2019-04-08
* crypto: testmgr - test the !may_use_simd() fallback codeEric Biggers2019-03-22
* crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers2019-03-22
* crypto: testmgr - remove workaround for AEADs that modify aead_requestEric Biggers2019-03-22
* crypto: testmgr - support checking skcipher output IVEric Biggers2019-02-21
* crypto: testmgr - check for aead_request corruptionEric Biggers2019-02-08
* crypto: testmgr - check for skcipher_request corruptionEric Biggers2019-02-08
* crypto: testmgr - convert hash testing to use testvec_configsEric Biggers2019-02-08
* crypto: testmgr - convert aead testing to use testvec_configsEric Biggers2019-02-08
* crypto: testmgr - convert skcipher testing to use testvec_configsEric Biggers2019-02-08
* crypto: testmgr - implement random testvec_config generationEric Biggers2019-02-08
* crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTSEric Biggers2019-02-08
* crypto: testmgr - add testvec_config struct and helper functionsEric Biggers2019-02-08
* crypto: testmgr - use kmemdupChristopher Diaz Riveros2019-02-08
* crypto: testmgr - mark crc32 checksum as FIPS allowedMilan Broz2019-02-01
* crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers2019-02-01
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-25
* crypto: testmgr - unify the AEAD encryption and decryption test vectorsEric Biggers2019-01-18
* crypto: testmgr - skip AEAD encryption test vectors with novrfy setEric Biggers2019-01-18
* crypto: testmgr - handle endianness correctly in alg_test_crc32c()Eric Biggers2019-01-18
* crypto: testmgr - split akcipher tests by a key typeVitaly Chikunov2019-01-18
* crypto: adiantum - add Adiantum supportEric Biggers2018-11-20
* crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers2018-11-20
* crypto: chacha - add XChaCha12 supportEric Biggers2018-11-20
* crypto: chacha20-generic - add XChaCha20 supportEric Biggers2018-11-20
* crypto: streebog - add Streebog test vectorsVitaly Chikunov2018-11-16