aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
AgeCommit message (Expand)Author
2023-12-15crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi
2023-12-08crypto: testmgr - Remove cfb and ofbHerbert Xu
2023-11-17crypto: drbg - Remove SHA1 from drbgDimitri John Ledkov
2023-11-01crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct placeEric Biggers
2023-10-27crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 supportDimitri John Ledkov
2023-10-27crypto: testmgr - stop checking crypto_ahash_alignmaskEric Biggers
2023-10-27crypto: testmgr - stop checking crypto_shash_alignmaskEric Biggers
2023-10-13crypto: arc4 - Convert from skcipher to lskcipherHerbert Xu
2023-10-12crypto: testmgr - Remove zlib-deflateHerbert Xu
2023-09-20crypto: testmgr - Add support for lskcipher algorithmsHerbert Xu
2023-04-20crypto: testmgr - Add some test vectors for cmac(camellia)David Howells
2023-03-14crypto: testmgr - fix RNG performance in fuzz testsEric Biggers
2023-02-10crypto: testmgr - add diff-splits of src/dst into default cipher configZhang Yiqun
2023-01-27crypto: testmgr - disallow certain DRBG hash functions in FIPS modeVladis Dronov
2023-01-06crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS modeNicolai Stange
2023-01-06crypto: testmgr - disallow plain ghash in FIPS modeNicolai Stange
2023-01-06crypto: testmgr - disallow plain cbcmac(aes) in FIPS modeNicolai Stange
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-04crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectorsTianjia Zhang
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-02crypto: testmgr - fix indentation for test_acomp() argsLucas Segarra Fernandez
2022-08-19crypto: testmgr - don't generate WARN for missing modulesRobert Elliott
2022-08-19crypto: testmgr - extend acomp tests for NULL destination bufferLucas Segarra Fernandez
2022-07-15crypto: testmgr - add ARIA testmgr testsTaehee Yoo
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld
2022-06-10crypto: hctr2 - Add HCTR2 supportNathan Huckleberry
2022-06-10crypto: polyval - Add POLYVAL supportNathan Huckleberry
2022-06-10crypto: xctr - Add XCTR supportNathan Huckleberry
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