| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: ecdsa - Register NIST P521 and extend test suite | Stefan Berger | 2024-04-12 | 1 | -0/+7 |
* | crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c | Joachim Vandersmissen | 2024-01-26 | 1 | -8/+0 |
* | crypto: iaa - Add support for deflate-iaa compression algorithm | Tom Zanussi | 2023-12-15 | 1 | -0/+10 |
* | crypto: testmgr - Remove cfb and ofb | Herbert Xu | 2023-12-08 | 1 | -39/+0 |
* | crypto: drbg - Remove SHA1 from drbg | Dimitri John Ledkov | 2023-11-17 | 1 | -21/+4 |
* | crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct place | Eric Biggers | 2023-11-01 | 1 | -5/+5 |
* | crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 support | Dimitri John Ledkov | 2023-10-27 | 1 | -0/+12 |
* | crypto: testmgr - stop checking crypto_ahash_alignmask | Eric Biggers | 2023-10-27 | 1 | -6/+3 |
* | crypto: testmgr - stop checking crypto_shash_alignmask | Eric Biggers | 2023-10-27 | 1 | -3/+2 |
* | crypto: arc4 - Convert from skcipher to lskcipher | Herbert Xu | 2023-10-13 | 1 | -1/+1 |
* | crypto: testmgr - Remove zlib-deflate | Herbert Xu | 2023-10-12 | 1 | -10/+0 |
* | crypto: testmgr - Add support for lskcipher algorithms | Herbert Xu | 2023-09-20 | 1 | -0/+19 |
* | crypto: testmgr - Add some test vectors for cmac(camellia) | David Howells | 2023-04-20 | 1 | -0/+6 |
* | crypto: testmgr - fix RNG performance in fuzz tests | Eric Biggers | 2023-03-14 | 1 | -97/+169 |
* | crypto: testmgr - add diff-splits of src/dst into default cipher config | Zhang Yiqun | 2023-02-10 | 1 | -0/+8 |
* | crypto: testmgr - disallow certain DRBG hash functions in FIPS mode | Vladis Dronov | 2023-01-27 | 1 | -4/+0 |
* | crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode | Nicolai Stange | 2023-01-06 | 1 | -0/+2 |
* | crypto: testmgr - disallow plain ghash in FIPS mode | Nicolai Stange | 2023-01-06 | 1 | -1/+0 |
* | crypto: testmgr - disallow plain cbcmac(aes) in FIPS mode | Nicolai Stange | 2023-01-06 | 1 | -1/+0 |
* | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2022-12-14 | 1 | -0/+19 |
|\ |
|
| * | crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectors | Tianjia Zhang | 2022-11-04 | 1 | -0/+19 |
* | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2022-12-13 | 1 | -2/+2 |
|\ \ |
|
| * | | use less confusing names for iov_iter direction initializers | Al Viro | 2022-11-25 | 1 | -2/+2 |
| |/ |
|
* | | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld | 2022-11-18 | 1 | -5/+5 |
* | | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 1 | -43/+43 |
|/ |
|
* | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 1 | -4/+4 |
* | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 1 | -43/+43 |
* | crypto: testmgr - fix indentation for test_acomp() args | Lucas Segarra Fernandez | 2022-09-02 | 1 | -1/+1 |
* | crypto: testmgr - don't generate WARN for missing modules | Robert Elliott | 2022-08-19 | 1 | -2/+5 |
* | crypto: testmgr - extend acomp tests for NULL destination buffer | Lucas Segarra Fernandez | 2022-08-19 | 1 | -0/+29 |
* | crypto: testmgr - add ARIA testmgr tests | Taehee Yoo | 2022-07-15 | 1 | -0/+31 |
* | crypto: blake2s - remove shash module | Jason A. Donenfeld | 2022-06-10 | 1 | -24/+0 |
* | crypto: hctr2 - Add HCTR2 support | Nathan Huckleberry | 2022-06-10 | 1 | -0/+8 |
* | crypto: polyval - Add POLYVAL support | Nathan Huckleberry | 2022-06-10 | 1 | -0/+6 |
* | crypto: xctr - Add XCTR support | Nathan Huckleberry | 2022-06-10 | 1 | -0/+6 |
* | crypto: testmgr - test in-place en/decryption with two sglists | Eric Biggers | 2022-04-08 | 1 | -12/+63 |
* | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-26 | 1 | -0/+7 |
|\ |
|
| * | crypto: add rocksoft 64b crc guard tag framework | Keith Busch | 2022-03-07 | 1 | -0/+7 |
* | | crypto: dh - disallow plain "dh" usage in FIPS mode | Nicolai Stange | 2022-03-02 | 1 | -1/+0 |
* | | crypto: api - allow algs only in specific constructions in FIPS mode | Nicolai Stange | 2022-03-02 | 1 | -4/+19 |
* | | crypto: testmgr - add known answer tests for ffdheXYZ(dh) templates | Nicolai Stange | 2022-03-02 | 1 | -0/+37 |
* | | crypto: hmac - add fips_skip support | Stephan Müller | 2022-02-11 | 1 | -0/+3 |
* | | crypto: testmgr - Move crypto_simd_disabled_for_test out | Herbert Xu | 2022-01-31 | 1 | -3/+0 |
|/ |
|
* | crypto: des - disallow des3 in FIPS mode | Stephan Müller | 2021-11-26 | 1 | -9/+0 |
* | crypto: testmgr - Only disable migration in crypto_disable_simd_for_test() | Sebastian Andrzej Siewior | 2021-10-08 | 1 | -2/+2 |
* | crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm | Tianjia Zhang | 2021-08-21 | 1 | -0/+29 |
* | crypto: drbg - self test for HMAC(SHA-512) | Stephan Müller | 2021-06-28 | 1 | -1/+4 |
* | crypto: ecdh - add test suite for NIST P384 | Hui Tang | 2021-05-28 | 1 | -0/+7 |
* | crypto: ecdh - fix ecdh-nist-p192's entry in testmgr | Hui Tang | 2021-05-28 | 1 | -3/+0 |
* | Merge branch 'ecc' | Herbert Xu | 2021-03-26 | 1 | -0/+18 |
|\ |
|