| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: pkcs7 - remove sha1 support | Dimitri John Ledkov | 2023-10-20 | 1 | -80/+0 |
* | crypto: testmgr - Remove zlib-deflate | Herbert Xu | 2023-10-12 | 1 | -75/+0 |
* | crypto: testmgr - Add some test vectors for cmac(camellia) | David Howells | 2023-04-20 | 1 | -0/+47 |
* | crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectors | Tianjia Zhang | 2022-11-04 | 1 | -0/+977 |
* | crypto: testmgr - some more fixes to RSA test vectors | Ignat Korchagin | 2022-07-22 | 1 | -39/+63 |
* | crypto: testmgr - add ARIA testmgr tests | Taehee Yoo | 2022-07-15 | 1 | -0/+2860 |
* | crypto: testmgr - populate RSA CRT parameters in RSA test vectors | Ignat Korchagin | 2022-07-08 | 1 | -21/+100 |
* | crypto: testmgr - fix version number of RSA tests | lei he | 2022-06-30 | 1 | -3/+3 |
* | crypto: blake2s - remove shash module | Jason A. Donenfeld | 2022-06-10 | 1 | -217/+0 |
* | crypto: hctr2 - Add HCTR2 support | Nathan Huckleberry | 2022-06-10 | 1 | -0/+672 |
* | crypto: polyval - Add POLYVAL support | Nathan Huckleberry | 2022-06-10 | 1 | -0/+171 |
* | crypto: xctr - Add XCTR support | Nathan Huckleberry | 2022-06-10 | 1 | -0/+693 |
* | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-26 | 1 | -0/+15 |
|\ |
|
| * | crypto: fix crc64 testmgr digest byte order | Keith Busch | 2022-03-23 | 1 | -2/+2 |
| * | crypto: add rocksoft 64b crc guard tag framework | Keith Busch | 2022-03-07 | 1 | -0/+15 |
* | | crypto: testmgr - add keygen tests for ffdheXYZ(dh) templates | Nicolai Stange | 2022-03-02 | 1 | -0/+558 |
* | | crypto: testmgr - add known answer tests for ffdheXYZ(dh) templates | Nicolai Stange | 2022-03-02 | 1 | -0/+871 |
* | | crypto: dh - remove struct dh's ->q member | Nicolai Stange | 2022-03-02 | 1 | -10/+6 |
* | | crypto: hmac - disallow keys < 112 bits in FIPS mode | Stephan Müller | 2022-02-11 | 1 | -0/+9 |
* | | crypto: hmac - add fips_skip support | Stephan Müller | 2022-02-11 | 1 | -0/+2 |
|/ |
|
* | crypto: testmgr - Fix wrong test case of RSA | Lei He | 2021-11-20 | 1 | -3/+3 |
* | crypto: testmgr - fix wrong key length for pkcs1pad | Lei He | 2021-10-29 | 1 | -1/+1 |
* | crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm | Tianjia Zhang | 2021-08-21 | 1 | -0/+148 |
* | crypto: drbg - self test for HMAC(SHA-512) | Stephan Müller | 2021-06-28 | 1 | -0/+49 |
* | crypto: ecdh - add test suite for NIST P384 | Hui Tang | 2021-05-28 | 1 | -0/+61 |
* | crypto: ecdh - fix ecdh-nist-p192's entry in testmgr | Hui Tang | 2021-05-28 | 1 | -2/+0 |
* | crypto: testmgr - fix initialization of 'secret_size' | Hui Tang | 2021-05-21 | 1 | -4/+4 |
* | Merge branch 'ecc' | Herbert Xu | 2021-03-26 | 1 | -0/+424 |
|\ |
|
| * | crypto: ecdsa - Register NIST P384 and extend test suite | Saulo Alessandre | 2021-03-26 | 1 | -0/+157 |
| * | crypto: ecdsa - Add support for ECDSA signature verification | Stefan Berger | 2021-03-26 | 1 | -0/+267 |
* | | crypto: ecdh - move curve_id of ECDH from the key to algorithm name | Meng Yu | 2021-03-12 | 1 | -19/+15 |
|/ |
|
* | crypto: serpent - get rid of obsolete tnepres variant | Ard Biesheuvel | 2021-02-10 | 1 | -79/+0 |
* | crypto: salsa20 - remove Salsa20 stream cipher algorithm | Ard Biesheuvel | 2021-01-29 | 1 | -1162/+0 |
* | crypto: tgr192 - remove Tiger 128/160/192 hash algorithms | Ard Biesheuvel | 2021-01-29 | 1 | -126/+0 |
* | crypto: rmd320 - remove RIPE-MD 320 hash algorithm | Ard Biesheuvel | 2021-01-29 | 1 | -64/+0 |
* | crypto: rmd256 - remove RIPE-MD 256 hash algorithm | Ard Biesheuvel | 2021-01-29 | 1 | -64/+0 |
* | crypto: rmd128 - remove RIPE-MD 128 hash algorithm | Ard Biesheuvel | 2021-01-29 | 1 | -137/+0 |
* | crypto: sm2 - add SM2 test vectors to testmgr | Tianjia Zhang | 2020-09-25 | 1 | -0/+59 |
* | crypto: testmgr - delete duplicated words | Randy Dunlap | 2020-07-23 | 1 | -5/+5 |
* | crypto: testmgr - generate inauthentic AEAD test vectors | Eric Biggers | 2019-12-11 | 1 | -4/+10 |
* | crypto: curve25519 - add kpp selftest | Ard Biesheuvel | 2019-11-17 | 1 | -0/+1225 |
* | crypto: testmgr - add test cases for Blake2s | Ard Biesheuvel | 2019-11-17 | 1 | -39/+256 |
* | crypto: testmgr - add test vectors for blake2b | David Sterba | 2019-11-01 | 1 | -0/+307 |
* | crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipher | Pascal van Leeuwen | 2019-10-04 | 1 | -0/+29 |
* | crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphers | Pascal van Leeuwen | 2019-10-04 | 1 | -0/+98 |
* | crypto: testmgr - Added testvectors for the hmac(sm3) ahash | Pascal van Leeuwen | 2019-10-04 | 1 | -0/+56 |
* | crypto: testmgr - add another gcm(aes) testcase | Ard Biesheuvel | 2019-10-04 | 1 | -0/+192 |
* | crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode | Ard Biesheuvel | 2019-08-30 | 1 | -0/+497 |
* | crypto: aegis128l/aegis256 - remove x86 and generic implementations | Ard Biesheuvel | 2019-07-26 | 1 | -984/+0 |
* | crypto: morus - remove generic and x86 implementations | Ard Biesheuvel | 2019-07-26 | 1 | -1707/+0 |