Age | Commit message (Expand) | Author | Files | Lines |
2018-07-01 | crypto: vmac - remove insecure version with hardcoded nonce | Eric Biggers | 1 | -102/+0 |
2018-07-01 | crypto: vmac - add nonced version with big endian digest | Eric Biggers | 1 | -0/+155 |
2018-05-30 | crypto: testmgr - eliminate redundant decryption test vectors | Eric Biggers | 1 | -11424/+809 |
2018-05-30 | crypto: testmgr - add extra kw(aes) encryption test vector | Eric Biggers | 1 | -0/+13 |
2018-05-30 | crypto: testmgr - add extra ecb(tnepres) encryption test vectors | Eric Biggers | 1 | -1/+39 |
2018-05-30 | crypto: testmgr - make an cbc(des) encryption test vector chunked | Eric Biggers | 1 | -0/+3 |
2018-05-30 | crypto: testmgr - add extra ecb(des) encryption test vectors | Eric Biggers | 1 | -0/+22 |
2018-05-26 | crypto: testmgr - add more unkeyed crc32 and crc32c test vectors | Eric Biggers | 1 | -0/+14 |
2018-05-26 | crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors | Eric Biggers | 1 | -88/+0 |
2018-05-18 | crypto: testmgr - Add test vectors for MORUS | Ondrej Mosnacek | 1 | -0/+3400 |
2018-05-18 | crypto: testmgr - Add test vectors for AEGIS | Ondrej Mosnacek | 1 | -0/+2835 |
2018-04-20 | crypto: zstd - Add zstd support | Nick Terrell | 1 | -0/+71 |
2018-03-16 | crypto: testmgr - add a new test case for CRC-T10DIF | Ard Biesheuvel | 1 | -0/+259 |
2018-03-16 | crypto: testmgr - introduce SM4 tests | Gilad Ben-Yossef | 1 | -0/+131 |
2018-02-22 | crypto: speck - add test vectors for Speck64-XTS | Eric Biggers | 1 | -0/+671 |
2018-02-22 | crypto: speck - add test vectors for Speck128-XTS | Eric Biggers | 1 | -0/+687 |
2018-02-22 | crypto: speck - add support for the Speck block cipher | Eric Biggers | 1 | -0/+128 |
2018-02-22 | crypto: testmgr - Fix incorrect values in PKCS#1 test vector | Conor McLoughlin | 1 | -3/+3 |
2018-01-25 | crypto: testmgr - add new testcases for sha3 | Ard Biesheuvel | 1 | -0/+550 |
2017-09-22 | crypto: sm3 - add SM3 test vectors | Gilad Ben-Yossef | 1 | -0/+67 |
2017-08-22 | crypto: testmgr - add chunked test cases for chacha20 | Ard Biesheuvel | 1 | -0/+7 |
2017-06-20 | crypto: testmgr - add testvector for pkcs1pad(rsa) | Stephan Mueller | 1 | -0/+96 |
2017-06-10 | crypto: testmgr - add genkey kpp test | Tudor-Dan Ambarus | 1 | -0/+47 |
2017-04-24 | crypto: scomp - add support for deflate rfc1950 (zlib) | Giovanni Cabiddu | 1 | -0/+75 |
2017-03-09 | crypto: testmgr - constify all test vectors | Eric Biggers | 1 | -256/+256 |
2017-03-04 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2017-03-01 | crypto: testmgr - Pad aes_ccm_enc_tv_template vector | Laura Abbott | 1 | -1/+1 |
2017-02-25 | crypto: change LZ4 modules to work with new LZ4 module version | Sven Schmidt | 1 | -40/+102 |
2017-02-11 | crypto: testmgr - add test cases for cbcmac(aes) | Ard Biesheuvel | 1 | -0/+60 |
2017-01-13 | crypto: testmgr - use calculated count for number of test vectors | Ard Biesheuvel | 1 | -270/+2 |
2016-12-07 | crypto: testmgr - add/enhance test cases for CRC-T10DIF | Ard Biesheuvel | 1 | -28/+42 |
2016-08-31 | crypto: FIPS - allow tests to be disabled in FIPS mode | Stephan Mueller | 1 | -0/+4 |
2016-07-05 | crypto: testmgr - Add 4K private key to RSA testvector | Salvatore Benedetto | 1 | -1/+199 |
2016-07-01 | crypto: sha3 - Add HMAC-SHA3 test modes and test vectors | raveendra padasalagi | 1 | -0/+388 |
2016-06-23 | crypto: ecdh - Add ECDH software support | Salvatore Benedetto | 1 | -0/+93 |
2016-06-23 | crypto: dh - Add DH software implementation | Salvatore Benedetto | 1 | -0/+230 |
2016-06-20 | crypto: sha3 - Add SHA-3 Test's in tcrypt | raveendra padasalagi | 1 | -0/+125 |
2016-01-27 | crypto: compress - remove unused pcomp interface | Joonsoo Kim | 1 | -144/+0 |
2015-10-15 | crypto: keywrap - add testmgr support | Stephan Mueller | 1 | -0/+40 |
2015-10-15 | crypto: testmgr - test IV value after a cipher operation | Boris BREZILLON | 1 | -0/+1 |
2015-10-14 | crypto: akcipher - Changes to asymmetric key API | Tadeusz Struk | 1 | -9/+27 |
2015-08-04 | crypto: testmgr - Disable authenc test and convert test vectors | Herbert Xu | 1 | -26/+96 |
2015-07-17 | crypto: testmgr - Add a longer ChaCha20 test vector | Martin Willi | 1 | -1/+333 |
2015-07-17 | crypto: chacha20poly1305 - Convert to new AEAD interface | Herbert Xu | 1 | -4/+6 |
2015-07-17 | crypto: testmgr - Disable rfc4309 test and convert test vectors | Herbert Xu | 1 | -218/+1412 |
2015-07-14 | crypto: testmgr - Disable rfc4106 test and convert test vectors | Herbert Xu | 1 | -284/+318 |
2015-07-07 | crypto: testmgr - add a chunking test for cbc(aes) | LABBE Corentin | 1 | -0/+6 |
2015-06-17 | crypto: testmgr - add tests vectors for RSA | Tadeusz Struk | 1 | -0/+187 |
2015-06-17 | crypto: poly1305 - Pass key as first two message blocks to each desc_ctx | Martin Willi | 1 | -55/+44 |
2015-06-17 | crypto: testmgr - Add mcgrew test vectors for rfc4106 | Herbert Xu | 1 | -3/+846 |