aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
AgeCommit message (Expand)Author
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-03-12crypto: testmgr - do comparison tests before inauthentic input testsEric Biggers
2020-03-12crypto: testmgr - use consistent IV copies for AEADs that need itEric Biggers
2020-02-13crypto/testmgr: enable selftests for paes-s390 ciphersHarald Freudenberger
2019-12-11crypto: testmgr - generate inauthentic AEAD test vectorsEric Biggers
2019-12-11crypto: testmgr - create struct aead_extra_tests_ctxEric Biggers
2019-12-11crypto: testmgr - test setting misaligned keysEric Biggers
2019-12-11crypto: testmgr - check skcipher min_keysizeEric Biggers
2019-12-11crypto: testmgr - don't try to decrypt uninitialized buffersEric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers
2019-11-17crypto: curve25519 - add kpp selftestArd Biesheuvel
2019-11-17crypto: testmgr - add test cases for Blake2sArd Biesheuvel
2019-11-01crypto: testmgr - add test vectors for blake2bDavid Sterba
2019-10-05crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipherPascal van Leeuwen
2019-10-05crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphersPascal van Leeuwen
2019-10-05crypto: testmgr - Added testvectors for the hmac(sm3) ahashPascal van Leeuwen
2019-08-30crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel
2019-07-26crypto: testmgr - add tests for lzo-rleHannah Pan
2019-07-26crypto: fips - add FIPS test failure notification chainGilad Ben-Yossef
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-27crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann
2019-06-27crypto: testmgr - dynamically allocate testvec_configArnd Bergmann
2019-06-20crypto: arc4 - remove cipher implementationArd Biesheuvel
2019-06-13crypto: testmgr - add some more preemption pointsEric Biggers
2019-06-06crypto: xxhash - Implement xxhash supportNikolay Borisov
2019-06-06crypto: testmgr - test the shash APIEric Biggers
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-25crypto: testmgr - add missing self test entries for protected keysGilad Ben-Yossef
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-18crypto: testmgr - fuzz AEADs against their generic implementationEric Biggers
2019-04-18crypto: testmgr - fuzz skciphers against their generic implementationEric Biggers
2019-04-18crypto: testmgr - fuzz hashes against their generic implementationEric Biggers
2019-04-18crypto: testmgr - add helpers for fuzzing against generic implementationEric Biggers
2019-04-18crypto: testmgr - identify test vectors by name rather than numberEric Biggers
2019-04-18crypto: testmgr - expand ability to test for errorsEric Biggers
2019-04-18crypto: ecrdsa - add EC-RDSA test vectors to testmgrVitaly Chikunov
2019-04-18X.509: parse public key parameters from x509 for akcipherVitaly Chikunov
2019-04-18crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov
2019-04-08crypto: testmgr - add panic_on_fail module parameterEric Biggers
2019-03-22crypto: testmgr - test the !may_use_simd() fallback codeEric Biggers
2019-03-22crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers
2019-03-22crypto: testmgr - remove workaround for AEADs that modify aead_requestEric Biggers
2019-02-22crypto: testmgr - support checking skcipher output IVEric Biggers
2019-02-08crypto: testmgr - check for aead_request corruptionEric Biggers
2019-02-08crypto: testmgr - check for skcipher_request corruptionEric Biggers
2019-02-08crypto: testmgr - convert hash testing to use testvec_configsEric Biggers
2019-02-08crypto: testmgr - convert aead testing to use testvec_configsEric Biggers