aboutsummaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
AgeCommit message (Expand)Author
2022-04-08crypto: testmgr - test in-place en/decryption with two sglistsEric Biggers
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkKeith Busch
2022-03-03crypto: dh - disallow plain "dh" usage in FIPS modeNicolai Stange
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange
2022-03-03crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange
2022-02-11crypto: hmac - add fips_skip supportStephan Müller
2022-01-31crypto: testmgr - Move crypto_simd_disabled_for_test outHerbert Xu
2021-11-26crypto: des - disallow des3 in FIPS modeStephan Müller
2021-10-08crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()Sebastian Andrzej Siewior
2021-08-21crypto: testmgr - Add GCM/CCM mode test of SM4 algorithmTianjia Zhang
2021-06-28crypto: drbg - self test for HMAC(SHA-512)Stephan Müller
2021-05-28crypto: ecdh - add test suite for NIST P384Hui Tang
2021-05-28crypto: ecdh - fix ecdh-nist-p192's entry in testmgrHui Tang
2021-03-26Merge branch 'ecc'Herbert Xu
2021-03-26crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre
2021-03-26crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu
2021-03-07crypto: testmgr - delete some redundant codeKai Ye
2021-02-10crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel
2021-01-29crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel
2021-01-29crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel
2021-01-29crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel
2021-01-29crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel
2021-01-29crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-11-06crypto: testmgr - WARN on test failureEric Biggers
2020-11-06crypto: testmgr - always print the actual skcipher driver nameEric Biggers
2020-11-06crypto: testmgr - always print the actual AEAD driver nameEric Biggers
2020-11-06crypto: testmgr - always print the actual hash driver nameEric Biggers
2020-09-25crypto: sm2 - add SM2 test vectors to testmgrTianjia Zhang
2020-09-25crypto: testmgr - Fix potential memory leak in test_akcipher_one()Tianjia Zhang
2020-09-25crypto: testmgr - support test with different ciphertext per encryptionTianjia Zhang
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
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