summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-02-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu3-14/+6
2020-02-11crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu1-1/+0
2020-02-11crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu1-4/+2
2020-02-05crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu1-1/+2
2020-02-01crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu1-2/+4
2020-01-27crypto: tgr192 - fix unaligned memory accessEric Biggers1-3/+3
2020-01-27pcrypt: use format specifier in kobject_addColin Ian King1-1/+1
2019-12-13crypto: user - fix memory leak in crypto_reportNavid Emamdoost1-1/+3
2019-12-13crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel1-1/+2
2019-12-13crypto: af_alg - cast ki_complete ternary op to intAyush Sawal1-1/+1
2019-12-13crypto: ecc - check for invalid values in the key verification testVitaly Chikunov1-16/+26
2019-12-05crypto: user - support incremental algorithm dumpsEric Biggers1-17/+20
2019-12-01crypto: testmgr - fix sizeof() on COMP_BUF_SIZEMichael Schupikov1-3/+3
2019-11-20crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni1-9/+0
2019-11-20crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers1-3/+4
2019-10-11crypto: skcipher - Unmap pages after an external errorHerbert Xu1-19/+23
2019-07-26crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers1-11/+19
2019-07-26crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers1-1/+7
2019-07-26crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann1-0/+3
2019-07-26crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann1-1/+7
2019-07-10crypto: cryptd - Fix skcipher instance memory leakVincent Whitchurch1-0/+1
2019-07-10crypto: user - prevent operating on larval algorithmsEric Biggers1-0/+3
2019-05-22crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers1-26/+18
2019-05-22crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers1-23/+11
2019-05-22crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers1-7/+4
2019-05-22crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers1-2/+7
2019-05-22crypto: chacha20poly1305 - set cra_name correctlyEric Biggers1-2/+2
2019-05-22crypto: salsa20 - don't access already-freed walk.ivEric Biggers1-1/+1
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers1-1/+43
2019-03-23crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers1-4/+10
2019-03-23crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers1-9/+18
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers1-10/+4
2019-03-23crypto: morus - fix handling chunked inputsEric Biggers2-12/+14
2019-03-23crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2-14/+32
2019-03-23crypto: aegis - fix handling chunked inputsEric Biggers3-21/+21
2019-03-23crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers1-1/+3
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers1-7/+7
2019-03-23crypto: cfb - remove bogus memcpy() with src == destEric Biggers1-4/+4
2019-03-23crypto: cfb - add missing 'chunksize' propertyEric Biggers2-0/+31
2019-02-23net: crypto set sk to NULL when af_alg_release.Mao Wenan1-1/+3
2019-02-12crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers2-1/+20
2019-01-26crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov1-4/+12
2019-01-22crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers1-3/+11
2019-01-22crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain1-1/+1
2019-01-22crypto: sm3 - fix undefined shift by >= width of valueEric Biggers1-1/+1
2019-01-09crypto: cfb - fix decryptionDmitry Eremin-Solenikov1-1/+1
2019-01-09crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov3-0/+88
2018-12-13crypto: do not free algorithm before usingPan Bian3-6/+12
2018-12-01crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel1-2/+3
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers1-9/+9